Lucas CHOLLET e3f976f17a LibGfx: Add an API to retrieve metadata from images 1 рік тому
..
ISOBMFF 8ebddc1ff6 LibGfx: Misc 32-bit build fixes 1 рік тому
BMPLoader.cpp 402de2985d LibGfx/ICO: Do not try to decode a mask if we already reached EOF 1 рік тому
BMPLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 роки тому
BMPWriter.cpp 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 роки тому
BMPWriter.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 роки тому
BooleanDecoder.cpp 24ae35086d LibGfx/LibVideo: Check for overreads only at end of a VPX range decode 2 роки тому
BooleanDecoder.h 24ae35086d LibGfx/LibVideo: Check for overreads only at end of a VPX range decode 2 роки тому
CCITTDecoder.cpp 64912d4d02 LibGfx/TIFF: Add support for images with CCITT3 1D compression 1 рік тому
CCITTDecoder.h 64912d4d02 LibGfx/TIFF: Add support for images with CCITT3 1D compression 1 рік тому
DDSLoader.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 рік тому
DDSLoader.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 рік тому
ExifOrientedBitmap.h 367882ae23 LibGfx: Make ExifOrientedBitmap::oriented_size be public 1 рік тому
GIFLoader.cpp c4d75ac11a LibGfx/GIF: Avoid a silly loop in GIF logical screen parsing 1 рік тому
GIFLoader.h e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
ICOLoader.cpp a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 рік тому
ICOLoader.h e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
ILBMLoader.cpp a1255cb6c9 LibGfx/ILBMLoader: Don't decode bits once full row has been decoded 1 рік тому
ILBMLoader.h e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
ImageDecoder.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 рік тому
ImageDecoder.h e3f976f17a LibGfx: Add an API to retrieve metadata from images 1 рік тому
JPEGLoader.cpp d8ada20bae LibGfx: Allow images to report that they are originally grayscale 1 рік тому
JPEGLoader.h 239da5132d LibGfx/JPEG: Make it possible to obtain raw CMYK data from JPEGs 1 рік тому
JPEGShared.h 503720b574 LibGfx/JPEG: Put generic definitions in a shared header 2 роки тому
JPEGWriter.cpp 68e916490b LibGfx/JPEGWriter: Fix crash on macOS when csize coefficient is 0 1 рік тому
JPEGWriter.h a58c7fe322 LibGfx/JPEG: Take the quality as an argument instead of hardcoding it 2 роки тому
JPEGWriterTables.h 226b214142 LibGfx/JPEG: Add a JPEG encoder :^) 2 роки тому
JPEGXLLoader.cpp ef10a58522 LibGfx: Remove ExifOrientedBitmap::Orientation in favor of TIFF's enum 1 рік тому
JPEGXLLoader.h e8a63eeb0e LibGfx/JPEGXL: Add a JPEG-XL decoder :^) 2 роки тому
PBMLoader.cpp f3ff9c26bc LibGfx/PortableFormat: Simplify the State enum 2 роки тому
PBMLoader.h 7ec310384a LibGfx/PortableFormat: Propagate errors from `read_image_data()` 2 роки тому
PGMLoader.cpp f3ff9c26bc LibGfx/PortableFormat: Simplify the State enum 2 роки тому
PGMLoader.h 7ec310384a LibGfx/PortableFormat: Propagate errors from `read_image_data()` 2 роки тому
PNGLoader.cpp 000d9da73c LibGfx: Allow passing FilterType::None to unfilter_scanline() 1 рік тому
PNGLoader.h 5a70813d11 LibGfx: Make unfilter_scanline() a static PNGImageDecoderPlugin method 1 рік тому
PNGShared.h 588d6fab22 LibGfx+LibPDF: Create filter_type() for converting u8 to FilterType 1 рік тому
PNGWriter.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 роки тому
PNGWriter.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 роки тому
PPMLoader.cpp f3ff9c26bc LibGfx/PortableFormat: Simplify the State enum 2 роки тому
PPMLoader.h 7ec310384a LibGfx/PortableFormat: Propagate errors from `read_image_data()` 2 роки тому
PortableFormatWriter.cpp a08de19922 LibGfx/PortableFormat: Use `FixedArray::unchecked_at` 2 роки тому
PortableFormatWriter.h d4d3c3f262 LibGfx/PortableFormat+image: Make `encode` take a Stream 2 роки тому
PortableImageLoaderCommon.h bbf66ea055 LibGfx: Remove maximum size limit for decoded images 1 рік тому
PortableImageMapLoader.h e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
QOILoader.cpp e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
QOILoader.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 рік тому
QOIWriter.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 роки тому
QOIWriter.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 роки тому
TGALoader.cpp a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 рік тому
TGALoader.h e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 рік тому
TIFFLoader.cpp f47666a93b LibGfx/TIFF: Rename Metadata => ExifMetadata 1 рік тому
TIFFLoader.h cc6ca7d873 LibGfx/TIFF: Parse the ExifIFD tag 1 рік тому
TinyVGLoader.cpp 10757b7787 LibGfx/TinyVG: Clamp RGBAF32 color values from 0 and 255 1 рік тому
TinyVGLoader.h c997ee7b9d LibGfx+ImageViewer: Replace ImageDecoder::is_vector() with an enum 1 рік тому
WebPLoader.cpp 2c24192e1f LibGfx: Move FourCC to its own file 1 рік тому
WebPLoader.h 4adef05e6d LibGfx/WebP: Decode the first chunk in `create()` 2 роки тому
WebPLoaderLossless.cpp 197331c922 AK: Reject BitStream reads beyond EOF by default 1 рік тому
WebPLoaderLossless.h 119ccfe5da LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h 2 роки тому
WebPLoaderLossy.cpp 24ae35086d LibGfx/LibVideo: Check for overreads only at end of a VPX range decode 2 роки тому
WebPLoaderLossy.h d1b5eec154 WebP/Lossy: Implement macroblock coefficient decoding 2 роки тому
WebPLoaderLossyTables.h 13daa29d81 WebP/Lossy: Add `const` annotations to functions in Tables.h 2 роки тому