mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
icc: Print profile size
This commit is contained in:
parent
6c79201f43
commit
027c97d3b2
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
auto profile = TRY(Gfx::ICC::Profile::try_load_from_externally_owned_memory(icc_bytes));
|
||||
|
||||
outln(" size: {} bytes", profile->on_disk_size());
|
||||
out_optional(" preferred CMM type", profile->preferred_cmm_type());
|
||||
outln(" version: {}", profile->version());
|
||||
outln(" device class: {}", Gfx::ICC::device_class_name(profile->device_class()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue