mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibGfx+icc: Print pcs illuminant
This commit is contained in:
parent
3df2eb66be
commit
79badfd650
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