ladybird/Userland/Libraries/LibGfx/ImageFormats
Nico Weber 6713ed483b LibGfx/PNG: Spec comment for PNGImageDecoderPlugin::unfilter_scanline()
Every time I read this, I'm like "wait, this does the wrong thing for
images with bpp != 8". It doesn't, though.
2024-01-15 23:42:45 +01:00
..
ISOBMFF LibGfx: Misc 32-bit build fixes 2023-09-06 07:21:07 -06:00
BMPLoader.cpp LibGfx/ICO: Do not try to decode a mask if we already reached EOF 2024-01-07 12:32:02 -05:00
BMPLoader.h
BMPWriter.cpp
BMPWriter.h
BooleanDecoder.cpp
BooleanDecoder.h
CCITTDecoder.cpp LibGfx/TIFF: Add support for images with CCITT3 1D compression 2023-12-19 21:01:24 +01:00
CCITTDecoder.h LibGfx/TIFF: Add support for images with CCITT3 1D compression 2023-12-19 21:01:24 +01:00
DDSLoader.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DDSLoader.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
ExifOrientedBitmap.h LibGfx: Make ExifOrientedBitmap::oriented_size be public 2024-01-08 00:07:44 +01:00
GIFLoader.cpp LibGfx/GIF: Avoid a silly loop in GIF logical screen parsing 2024-01-05 13:20:00 +01:00
GIFLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ICOLoader.cpp AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
ICOLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ILBMLoader.cpp LibGfx/ILBMLoader: Don't decode bits once full row has been decoded 2024-01-14 20:41:25 +01:00
ILBMLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ImageDecoder.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageDecoder.h LibGfx: Add an API to retrieve metadata from images 2024-01-14 15:04:43 -07:00
JPEGLoader.cpp LibGfx: Use read_effective_chunk_size() in skip_segment() 2024-01-15 19:46:03 +00:00
JPEGLoader.h LibGfx/JPEG: Make it possible to obtain raw CMYK data from JPEGs 2024-01-10 09:39:00 +01:00
JPEGShared.h
JPEGWriter.cpp LibGfx/JPEGWriter: Fix crash on macOS when csize coefficient is 0 2023-11-09 16:07:28 +01:00
JPEGWriter.h
JPEGWriterTables.h
JPEGXLLoader.cpp LibGfx: Remove ExifOrientedBitmap::Orientation in favor of TIFF's enum 2024-01-08 00:07:44 +01:00
JPEGXLLoader.h
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp LibGfx/PNG: Spec comment for PNGImageDecoderPlugin::unfilter_scanline() 2024-01-15 23:42:45 +01:00
PNGLoader.h LibGfx: Make unfilter_scanline() a static PNGImageDecoderPlugin method 2023-11-17 19:09:50 +01:00
PNGShared.h LibGfx+LibPDF: Create filter_type() for converting u8 to FilterType 2023-11-17 19:09:50 +01:00
PNGWriter.cpp
PNGWriter.h
PortableFormatWriter.cpp
PortableFormatWriter.h
PortableImageLoaderCommon.h
PortableImageMapLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
PPMLoader.cpp
PPMLoader.h
QOILoader.cpp LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
QOILoader.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
QOIWriter.cpp
QOIWriter.h
TGALoader.cpp AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
TGALoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
TIFFLoader.cpp LibGfx/TIFF: Override ImageDecoderPlugin::metadata() 2024-01-14 15:04:43 -07:00
TIFFLoader.h LibGfx/TIFF: Override ImageDecoderPlugin::metadata() 2024-01-14 15:04:43 -07:00
TinyVGLoader.cpp LibGfx/TinyVG: Clamp RGBAF32 color values from 0 and 255 2023-12-02 10:47:39 +01:00
TinyVGLoader.h LibGfx+ImageViewer: Replace ImageDecoder::is_vector() with an enum 2024-01-10 09:39:00 +01:00
WebPLoader.cpp LibGfx: Move FourCC to its own file 2023-11-24 08:42:46 +01:00
WebPLoader.h
WebPLoaderLossless.cpp AK: Reject BitStream reads beyond EOF by default 2023-12-01 12:48:18 +01:00
WebPLoaderLossless.h
WebPLoaderLossy.cpp
WebPLoaderLossy.h
WebPLoaderLossyTables.h