Lucas CHOLLET 70e4d3a9b6 LibGfx/JPEGXL: Support images with the `have_crop` option in FrameHeader 2 年之前
..
ISOBMFF 66c9696687 LibGfx: Add initial ISO BMFF parsing and a utility to print file info 2 年之前
BMPLoader.cpp 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
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 年之前
DDSLoader.cpp 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
DDSLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
ExifOrientedBitmap.h 3c1be9879f LibGfx: Add `ExifOrientedBitmap` 2 年之前
GIFLoader.cpp 500097de82 LibGfx/GIF: Decode the header in `create()` 2 年之前
GIFLoader.h b8bc84a3e8 LibGfx/GIF: Only use a `FixedMemoryStream` 2 年之前
ICOLoader.cpp 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
ICOLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
ImageDecoder.cpp e8a63eeb0e LibGfx/JPEGXL: Add a JPEG-XL decoder :^) 2 年之前
ImageDecoder.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
JPEGLoader.cpp 338d64abd9 LibGfx/JPEG: Don't fail to decode images with non-compliant ICC profile 2 年之前
JPEGLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
JPEGShared.h 503720b574 LibGfx/JPEG: Put generic definitions in a shared header 2 年之前
JPEGWriter.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
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 70e4d3a9b6 LibGfx/JPEGXL: Support images with the `have_crop` option in FrameHeader 2 年之前
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 5d94bb4fcc LibGfx/PNG: Remove the useless `HeaderDecoded` state 2 年之前
PNGLoader.h ff6d82c3e7 LibGfx/PNG: Decode the header in `create()` and remove `initialize()` 2 年之前
PNGShared.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 年之前
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 9ff706339b LibGfx/PortableFormat: Read the header during initialization 2 年之前
PortableImageMapLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
QOILoader.cpp b14d51ba1b LibGfx/QOI: Decode the header in `create()` and remove `initialize()` 2 年之前
QOILoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
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 3f7d97f098 AK+Libraries: Remove `FixedMemoryStream::[readonly_]bytes()` 2 年之前
TGALoader.h dc612231f5 LibGfx/TGA: Simplify the code by converting it to use AK::Stream 2 年之前
TinyVGLoader.cpp 35dcd16ea6 LibGfx/TinyVG: Decode the header in `create()` and remove `initialize()` 2 年之前
TinyVGLoader.h 806808f406 LibGfx: Provide a default implementation for animation-related methods 2 年之前
WebPLoader.cpp 8ef5170bd5 LibGfx/WebP: Remove a typo 2 年之前
WebPLoader.h 4adef05e6d LibGfx/WebP: Decode the first chunk in `create()` 2 年之前
WebPLoaderLossless.cpp e19892a099 WebP/Lossless: Set alpha to 0xff if is_alpha_used is false in header 2 年之前
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 年之前