mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibGfx+icc: Print pcs illuminant
This commit is contained in:
parent
3df2eb66be
commit
79badfd650
Notes:
sideshowbarker
2024-07-17 02:18:36 +09:00
Author: https://github.com/nico
Commit: 79badfd650
Pull-request: https://github.com/SerenityOS/serenity/pull/16756
Reviewed-by: https://github.com/gmta
3 changed files with 47 additions and 3 deletions
|
@ -37,6 +37,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
outln(" CMM bits: 0x{:04x}", color_management_module_bits);
|
||||
|
||||
outln("rendering intent: {}", Gfx::ICC::rendering_intent_name(profile->rendering_intent()));
|
||||
outln("pcs illuminant: {}", profile->pcs_illuminant());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue