.. |
ISOBMFF
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
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
|
83f1775f15
LibGfx/CCITT: Reimplement PassMode in a less naive way
|
1 年之前 |
CCITTDecoder.h
|
d57d676425
LibGfx/CCITT: Add support for Group4
|
1 年之前 |
DDSLoader.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
DDSLoader.h
|
a2f60911fe
AK: Rename GenericTraits to DefaultTraits
|
1 年之前 |
ExifOrientedBitmap.h
|
3f4bf7a0c7
LibGfx/ExifOrientedBitmap: Add support for `CMYKBitmap`
|
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
|
15d151ee66
LibGfx/ICO: Remove unused parameter
|
1 年之前 |
ICOLoader.h
|
15d151ee66
LibGfx/ICO: Remove unused parameter
|
1 年之前 |
ILBMLoader.cpp
|
534eeb6c4b
LibGfx/ILBMLoader: Properly display images with a bitplane mask
|
1 年之前 |
ILBMLoader.h
|
e721c74598
LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()`
|
1 年之前 |
ImageDecoder.cpp
|
187862ebe0
LibGfx: Add a .pam loader
|
1 年之前 |
ImageDecoder.h
|
c6eac16d00
LibGfx: Remove unused parameter from cmyk_frame()
|
1 年之前 |
JPEGLoader.cpp
|
607880cbd3
LibGfx/JPEGLoader: Add dbgln_if() when hitting unsupported marker
|
1 年之前 |
JPEGLoader.h
|
6eb574a2b6
LibGfx/JPEG: Expose the Exif metadata
|
1 年之前 |
JPEGShared.h
|
503720b574
LibGfx/JPEG: Put generic definitions in a shared header
|
2 年之前 |
JPEGWriter.cpp
|
1dfd68c798
LibGfx/JPEGWriter: Make it possible to write CMYKBitmaps
|
1 年之前 |
JPEGWriter.h
|
1dfd68c798
LibGfx/JPEGWriter: Make it possible to write CMYKBitmaps
|
1 年之前 |
JPEGWriterTables.h
|
226b214142
LibGfx/JPEG: Add a JPEG encoder :^)
|
2 年之前 |
JPEGXLLoader.cpp
|
3f4bf7a0c7
LibGfx/ExifOrientedBitmap: Add support for `CMYKBitmap`
|
1 年之前 |
JPEGXLLoader.h
|
e8a63eeb0e
LibGfx/JPEGXL: Add a JPEG-XL decoder :^)
|
1 年之前 |
PAMLoader.cpp
|
83ab9f7c2d
LibGfx/PNM: Remove unnecessary line
|
1 年之前 |
PAMLoader.h
|
556addc5cb
LibGFX/PAM: Allow reading CMYK .pam files
|
1 年之前 |
PBMLoader.cpp
|
83ab9f7c2d
LibGfx/PNM: Remove unnecessary line
|
1 年之前 |
PBMLoader.h
|
7ec310384a
LibGfx/PortableFormat: Propagate errors from `read_image_data()`
|
2 年之前 |
PGMLoader.cpp
|
83ab9f7c2d
LibGfx/PNM: Remove unnecessary line
|
1 年之前 |
PGMLoader.h
|
7ec310384a
LibGfx/PortableFormat: Propagate errors from `read_image_data()`
|
2 年之前 |
PNGLoader.cpp
|
6713ed483b
LibGfx/PNG: Spec comment for PNGImageDecoderPlugin::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`
|
1 年之前 |
PNGWriter.h
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 年之前 |
PPMLoader.cpp
|
83ab9f7c2d
LibGfx/PNM: Remove unnecessary line
|
1 年之前 |
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
|
e269526020
LibGfx/PNM: Remove two fixmes
|
1 年之前 |
PortableImageMapLoader.h
|
556addc5cb
LibGFX/PAM: Allow reading CMYK .pam files
|
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
|
9ec3480207
LibGfx/TIFF: Add support for Group4Fax encoded images
|
1 年之前 |
TIFFLoader.h
|
f6f647bf13
LibGfx/TIFF: Add an alternative entry point to only request metadata
|
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
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 年之前 |
WebPLoader.h
|
4adef05e6d
LibGfx/WebP: Decode the first chunk in `create()`
|
2 年之前 |
WebPLoaderLossless.cpp
|
b37f3c86fd
LibGfx/WebPLoaderLossless: Fix grammar-o in comment
|
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 年之前 |