summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/TestICCProfile.cpp
AgeCommit message (Expand)Author
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-02ICC: Implement TRC inversion in from_pcs for parametric curvesNico Weber
2023-05-02ICC: Implement some of Profile::from_pcs()Nico Weber
2023-04-30TestICCProfile: Don't capture sRGB by valueNico Weber
2023-04-30LibGfx: Move CIELAB to its own fileNico Weber
2023-04-30ICC: Add Profile::to_lab()Nico Weber
2023-04-29ICC: Rename XYZ and XYZNumber fields to uppercaseNico Weber
2023-04-29ICC: Add a test for Profile::to_pcsNico Weber
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-16LibGfx: Add test for serialized bytes of built-in sRGB profileNico Weber
2023-02-24LibGfx+Tests: Add test for webp ICC loading and fix bugNico Weber
2023-02-19Tests: Add a test for Gfx::ICC::encode()Nico Weber
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-01Tests: Add a basic ICC profile testNico Weber