| .. |
|
ISOBMFF
|
LibGfx/JPEG2000: Support jpx extended 'colr' boxes
|
2024-03-30 10:01:07 +01:00 |
|
AnimationWriter.cpp
|
LibGfx/AnimationWriter: Survive animations with two identical frames
|
2024-05-22 06:41:47 -04:00 |
|
AnimationWriter.h
|
LibGfx+animation: Only store changed pixels in animation frames
|
2024-05-14 13:43:03 -04:00 |
|
BMPLoader.cpp
|
LibGfx/BMP: Clear alpha in palette entries
|
2024-03-05 21:27:41 +00:00 |
|
BMPLoader.h
|
|
|
|
BMPWriter.cpp
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
|
BMPWriter.h
|
|
|
|
BooleanDecoder.cpp
|
|
|
|
BooleanDecoder.h
|
|
|
|
CCITTDecoder.cpp
|
LibGfx/CCITT: Add PDF-specific options for CCITT3 1D
|
2024-03-19 12:22:28 +01:00 |
|
CCITTDecoder.h
|
LibGfx/CCITT: Add PDF-specific options for CCITT3 1D
|
2024-03-19 12:22:28 +01:00 |
|
DDSLoader.cpp
|
|
|
|
DDSLoader.h
|
|
|
|
ExifOrientedBitmap.h
|
|
|
|
GIFLoader.cpp
|
LibGfx/GIFLoader: Add more debug logging output
|
2024-05-22 06:41:47 -04:00 |
|
GIFLoader.h
|
LibGfx/GIF: Add a spec link
|
2024-05-14 12:33:53 -06:00 |
|
GIFWriter.cpp
|
LibGfx/GIF: Correctly write frames with a non-null position
|
2024-05-25 06:42:15 +01:00 |
|
GIFWriter.h
|
LibGfx/GIF: Write the netscape extension block
|
2024-05-22 13:29:05 -04:00 |
|
ICOLoader.cpp
|
|
|
|
ICOLoader.h
|
|
|
|
ILBMLoader.cpp
|
|
|
|
ILBMLoader.h
|
|
|
|
ImageDecoder.cpp
|
LibGfx: Add the start of a JPEG2000 loader
|
2024-03-25 20:35:00 +01:00 |
|
ImageDecoder.h
|
LibGfx+Fallout: Make ImageDecoder return ErrorOr
|
2024-03-07 11:20:06 -05:00 |
|
JBIG2Loader.cpp
|
LibGfx: Explicitly cast literals to size_t in JBIG2Loader
|
2024-05-02 07:46:53 -06:00 |
|
JBIG2Loader.h
|
LibGfx: Move QMArithmeticDecoder to its own file
|
2024-04-19 10:59:11 +02:00 |
|
JPEG2000Loader.cpp
|
LibGfx/JPEG2000: Remove an incorrect VERIFY in TagTree construction
|
2024-04-28 01:12:20 +02:00 |
|
JPEG2000Loader.h
|
LibGfx/JPEG2000: Implement tag trees
|
2024-04-16 00:40:16 +02:00 |
|
JPEGLoader.cpp
|
LibGfx/JPEG: Add a comment to inverse_dct_8x8()
|
2024-03-23 09:40:29 +01:00 |
|
JPEGLoader.h
|
|
|
|
JPEGShared.h
|
|
|
|
JPEGWriter.cpp
|
|
|
|
JPEGWriter.h
|
|
|
|
JPEGWriterTables.h
|
|
|
|
JPEGXLLoader.cpp
|
|
|
|
JPEGXLLoader.h
|
|
|
|
PAMLoader.cpp
|
|
|
|
PAMLoader.h
|
|
|
|
PBMLoader.cpp
|
|
|
|
PBMLoader.h
|
|
|
|
PGMLoader.cpp
|
|
|
|
PGMLoader.h
|
|
|
|
PNGLoader.cpp
|
LibGfx/PNG: Read metadata from the eXIf chunk
|
2024-05-26 14:54:43 +01:00 |
|
PNGLoader.h
|
LibGfx/PNG: Read metadata from the eXIf chunk
|
2024-05-26 14:54:43 +01:00 |
|
PNGShared.h
|
|
|
|
PNGWriter.cpp
|
|
|
|
PNGWriter.h
|
|
|
|
PortableFormatWriter.cpp
|
|
|
|
PortableFormatWriter.h
|
|
|
|
PortableImageLoaderCommon.h
|
|
|
|
PortableImageMapLoader.h
|
|
|
|
PPMLoader.cpp
|
|
|
|
PPMLoader.h
|
|
|
|
QMArithmeticDecoder.cpp
|
LibGfx: Move QMArithmeticDecoder to its own file
|
2024-04-19 10:59:11 +02:00 |
|
QMArithmeticDecoder.h
|
LibGfx: Add a comment to QMArithmeticDecoder.h
|
2024-04-19 10:59:11 +02:00 |
|
QOILoader.cpp
|
|
|
|
QOILoader.h
|
|
|
|
QOIWriter.cpp
|
|
|
|
QOIWriter.h
|
|
|
|
TGALoader.cpp
|
LibGfx/TGA: Move a variable closer to its use
|
2024-03-08 08:38:31 +01:00 |
|
TGALoader.h
|
LibGfx: Make validate_before_create() create a regular bool
|
2024-03-08 08:38:31 +01:00 |
|
TIFFLoader.cpp
|
LibCompress: Rename LZWDecoder => LzwDecompressor
|
2024-05-14 12:33:53 -06:00 |
|
TIFFLoader.h
|
|
|
|
TinyVGLoader.cpp
|
LibGfx: Simplify path storage and tidy up APIs
|
2024-03-18 07:09:37 +01:00 |
|
TinyVGLoader.h
|
|
|
|
WebPLoader.cpp
|
LibGfx/WebPLoader: Prefix a few dbgln_if()s with chunk name
|
2024-05-31 22:39:25 +02:00 |
|
WebPLoader.h
|
|
|
|
WebPLoaderLossless.cpp
|
LibGfx/WebP: Move ImageKind to WebPSharedLossless.h
|
2024-05-31 22:39:25 +02:00 |
|
WebPLoaderLossless.h
|
|
|
|
WebPLoaderLossy.cpp
|
|
|
|
WebPLoaderLossy.h
|
|
|
|
WebPLoaderLossyTables.h
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
|
WebPShared.h
|
LibGfx/WebP: Split out ANMFChunk header data into ANMFChunkHeader
|
2024-05-16 08:06:50 +02:00 |
|
WebPSharedLossless.cpp
|
LibGfx+LibCompress: WebPWriter performance regression reduction
|
2024-05-20 13:17:34 -04:00 |
|
WebPSharedLossless.h
|
LibGfx/WebP: Move ImageKind to WebPSharedLossless.h
|
2024-05-31 22:39:25 +02:00 |
|
WebPWriter.cpp
|
LibGfx/WebPWriter: Write correct alpha use hint in animation VP8L header
|
2024-05-29 07:10:00 +01:00 |
|
WebPWriter.h
|
LibGfx: Move AnimationWriter to its own file
|
2024-05-14 13:43:03 -04:00 |
|
WebPWriterLossless.cpp
|
LibGfx/WebPWriter: Extract write_VP8L_coded_image()
|
2024-05-31 22:39:25 +02:00 |
|
WebPWriterLossless.h
|
LibGfx/WebPWriter: Let compress_VP8L_image*() return if image was opaque
|
2024-05-29 07:10:00 +01:00 |