summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ICCProfile.cpp
AgeCommit message (Expand)Author
2023-01-05LibGfx+icc: Print if profile id is validNico Weber
2023-01-05LibGfx: Store profile id MD5 in ICCProfileNico Weber
2023-01-05LibGfx: Sort ICC parsing functions by spec numberNico Weber
2023-01-03LibGfx: Fix typos in ICC spec commentsLinus Groh
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: Use VERIFY_NOT_REACHED() for impossible states in ICC codeNico 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-28LibGfx: Remove now-unneeded castsNico 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