mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
icc: Print rendering intent
This commit is contained in:
parent
743e9fc786
commit
ca4ebf5d1b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
outln("device class: {}", Gfx::ICC::device_class_name(profile->device_class()));
|
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("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());
|
outln("creation date and time: {}", Core::DateTime::from_timestamp(profile->creation_timestamp()).to_deprecated_string());
|
||||||
|
outln("rendering intent: {}", Gfx::ICC::rendering_intent_name(profile->rendering_intent()));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue