summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ICCProfile.h
AgeCommit message (Expand)Author
2023-01-05LibGfx+icc: Print if profile id is validNico Weber
2023-01-05LibGfx: Remove useless name from try_load_from_externally_owned_memory()Nico Weber
2023-01-05LibGfx: East-const-ify ICCProfile::pcs_illuminant()Nico Weber
2023-01-05LibGfx: Store profile id MD5 in ICCProfileNico Weber
2023-01-02LibGfx+icc: Print pcs illuminantNico Weber
2022-12-31LibGfx+icc: Add profile connection space printingNico Weber
2022-12-31LibGfx+icc: Print profile flagsNico Weber
2022-12-31LibGfx: Make ICC name converters return StringViewNico Weber
2022-12-30LibGfx: Read rendering intent from ICCProfile headerNico Weber
2022-12-30LibGfx: Read data color space from ICCProfile headerNico Weber
2022-12-27LibGfx: Read profile creation time from ICCProfile headerNico Weber
2022-12-27LibGfx: Start adding a class for handling ICC color profilesNico Weber