ladybird/Tests/LibGfx
justus2510 144907f5bd LibGfx: Apply Exif orientation for PNG images
Fixes wpt/png/exif-chunk.html.

At some point there should probably be some mechanism to handle this
outside of the individual decoder plugins. The TIFF decoder seems to
have its own version of this, and as far as I can tell, the JPEG decoder
doesn't handle this at all, even though that's probably the most common
use case for Exif orientations. :^)
2024-10-31 02:18:08 +00:00
..
test-inputs Tests: Mark test-files (images and html) as non-executable 2024-10-25 09:00:52 +02:00
BenchmarkJPEGLoader.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
CMakeLists.txt LibGfx: Remove unused, deprecated code 2024-10-18 18:12:45 +02:00
TestColor.cpp LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestICCProfile.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
TestImageDecoder.cpp LibGfx: Apply Exif orientation for PNG images 2024-10-31 02:18:08 +00:00
TestImageWriter.cpp LibGfx: Remove QOI image format support 2024-06-17 21:57:35 +02:00
TestMedianCut.cpp LibGfx: Add an implementation of the MedianCut algorithm 2024-05-18 18:30:07 +02:00
TestRect.cpp LibGfx: Add Rect::unite_{horizontally,vertically}() 2023-07-13 05:09:08 +02:00
TestWOFF.cpp LibGfx+LibWeb: Remove typeface classes for WOFF fonts 2024-07-22 15:05:04 +02:00
TestWOFF2.cpp LibGfx: Move FontDatabase internals to SystemFontProvider interface 2024-10-15 15:09:16 -06:00