ladybird/Userland/Libraries/LibGfx/ImageFormats
2023-11-08 09:36:01 +01:00
..
ISOBMFF LibGfx: Misc 32-bit build fixes 2023-09-06 07:21:07 -06:00
BMPLoader.cpp LibGfx/BMPLoader: Mitigate potential overflows when decoding bitmap DIB 2023-10-25 05:52:29 +02:00
BMPLoader.h
BMPWriter.cpp
BMPWriter.h
BooleanDecoder.cpp
BooleanDecoder.h
DDSLoader.cpp LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
DDSLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ExifOrientedBitmap.h LibGfx: Add ExifOrientedBitmap 2023-08-09 13:18:40 +01:00
GIFLoader.cpp LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
GIFLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ICOLoader.cpp LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ICOLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ILBMLoader.cpp LibGfx/ILBM: Avoid overflow when creating bitplane data buffer 2023-11-08 09:36:01 +01:00
ILBMLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
ImageDecoder.cpp LibGfx: Add a TIFF loader 2023-11-06 12:29:30 -07:00
ImageDecoder.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
JPEGLoader.cpp LibGfx/JPEG: Refill reservoir if necessary when discarding bits 2023-11-05 09:01:15 +01:00
JPEGLoader.h LibGfx/JPEG: Propagate errors when creating JPEGLoadingContext 2023-10-29 21:39:29 +01:00
JPEGShared.h
JPEGWriter.cpp
JPEGWriter.h
JPEGWriterTables.h
JPEGXLLoader.cpp LibGfx: Misc 32-bit build fixes 2023-09-06 07:21:07 -06:00
JPEGXLLoader.h
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp LibGfx/PNGLoader: Remove redundant IHDR bit depth validation 2023-10-08 10:46:00 +02:00
PNGLoader.h
PNGShared.h
PNGWriter.cpp
PNGWriter.h
PortableFormatWriter.cpp
PortableFormatWriter.h
PortableImageLoaderCommon.h LibGfx: Remove maximum size limit for decoded images 2023-09-03 14:36:54 +02:00
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 LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
QOIWriter.cpp
QOIWriter.h
TGALoader.cpp LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
TGALoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
TIFFLoader.cpp LibGfx/TIFF: Add support for images with PackBits compression 2023-11-08 09:28:36 +01:00
TIFFLoader.h LibGfx: Add a TIFF loader 2023-11-06 12:29:30 -07:00
TinyVGLoader.cpp LibGfx: Check bounds of color table access in TinyVGLoader 2023-10-03 22:59:38 +01:00
TinyVGLoader.h LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data() 2023-10-29 07:21:10 +00:00
WebPLoader.cpp LibGfx/WebP: Move FourCC into ImageDecoder.h 2023-08-15 18:36:11 +01:00
WebPLoader.h
WebPLoaderLossless.cpp LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
WebPLoaderLossless.h
WebPLoaderLossy.cpp
WebPLoaderLossy.h
WebPLoaderLossyTables.h