mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
icc: Print data color space
This commit is contained in:
parent
eaf1f67bb1
commit
b7a627ab06
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/nico
Commit: b7a627ab06
Pull-request: https://github.com/SerenityOS/serenity/pull/16724
Reviewed-by: https://github.com/trflynn89 ✅
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