mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
icc: Print rendering intent
This commit is contained in:
parent
743e9fc786
commit
ca4ebf5d1b
Notes:
sideshowbarker
2024-07-17 08:35:21 +09:00
Author: https://github.com/nico
Commit: ca4ebf5d1b
Pull-request: https://github.com/SerenityOS/serenity/pull/16727
Reviewed-by: https://github.com/Hendiadyoin1
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("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("rendering intent: {}", Gfx::ICC::rendering_intent_name(profile->rendering_intent()));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue