mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
icc: Print data color space
This commit is contained in:
parent
eaf1f67bb1
commit
b7a627ab06
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
outln("version: {}", profile->version());
|
||||
outln("device class: {}", Gfx::ICC::device_class_name(profile->device_class()));
|
||||
outln("data color space: {}", Gfx::ICC::color_space_name(profile->data_color_space()));
|
||||
outln("creation date and time: {}", Core::DateTime::from_timestamp(profile->creation_timestamp()).to_deprecated_string());
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue