ladybird/Libraries/LibGfx/ImageFormats
aplefull 5df216218b LibGfx: Correctly determine when to invert CMYK
We should invert CMYK data only if color space is JCS_CMYK and either
there is no Adobe marker, or the Adobe transform is 0. Transform 2
indicates YCCK data, which we should not invert.
2025-10-15 21:50:16 +02:00
..
AVIFLoader.cpp LibGfx/AVIF: Always reduce decoding output to a bit depth of 8 2025-06-18 14:27:24 +02:00
AVIFLoader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BMPLoader.cpp LibGfx: Use NonnullRefPtr<Bitmap> for frame descriptors 2025-06-25 22:54:48 +12:00
BMPLoader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BMPWriter.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BMPWriter.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BooleanDecoder.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BooleanDecoder.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
CCITTDecoder.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CCITTDecoder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ExifOrientedBitmap.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
GIFLoader.cpp LibGfx: Allow decoding of GIFs with empty LZW data 2025-10-02 11:04:35 +02:00
GIFLoader.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
ICOLoader.cpp LibGfx: Use NonnullRefPtr<Bitmap> for frame descriptors 2025-06-25 22:54:48 +12:00
ICOLoader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ImageDecoder.cpp LibGfx: Allow ImageDecoders to expose their color space through CICP 2025-02-12 12:03:30 -05:00
ImageDecoder.h LibGfx: Use NonnullRefPtr<Bitmap> for frame descriptors 2025-06-25 22:54:48 +12:00
JPEGLoader.cpp LibGfx: Correctly determine when to invert CMYK 2025-10-15 21:50:16 +02:00
JPEGLoader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
JPEGWriter.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
JPEGWriter.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
JPEGXLLoader.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
JPEGXLLoader.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
PNGLoader.cpp LibGfx: Properly skip IDAT chunks without fcTL in APNG files 2025-05-09 21:45:29 +02:00
PNGLoader.h LibGfx/PNG: Read the cICP chunk 2025-02-12 12:03:30 -05:00
PNGWriter.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PNGWriter.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TIFFLoader.cpp LibGfx: Use NonnullRefPtr<Bitmap> for frame descriptors 2025-06-25 22:54:48 +12:00
TIFFLoader.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
TinyVGLoader.cpp LibWeb+LibGfx: Remove Path::close_all_subpaths() 2025-09-25 21:42:52 +02:00
TinyVGLoader.h LibGfx: Let Painter care about TinyVG transforms 2024-12-14 23:29:43 +01:00
WebPLoader.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebPLoader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebPShared.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebPSharedLossless.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebPSharedLossless.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
WebPWriter.cpp LibGfx: Remove WebP animation writer and utility 2025-08-05 11:30:20 +02:00
WebPWriter.h LibGfx: Remove WebP animation writer and utility 2025-08-05 11:30:20 +02:00
WebPWriterLossless.cpp LibGfx+LibWebView+UI: Store Gfx::Bitmap in RefPtr to const 2025-04-16 10:41:44 -06:00
WebPWriterLossless.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00