.. |
BMPLoader.cpp
|
c336cef065
LibGfx/BMP: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
BMPLoader.h
|
c336cef065
LibGfx/BMP: Decode the header in `create()` and remove `initialize()`
|
пре 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
|
0520490577
LibGfx/DDS: Read the header in `create()` and remove `initialize()`
|
пре 2 година |
DDSLoader.h
|
0520490577
LibGfx/DDS: Read the header in `create()` and remove `initialize()`
|
пре 2 година |
GIFLoader.cpp
|
500097de82
LibGfx/GIF: Decode the header in `create()`
|
пре 2 година |
GIFLoader.h
|
b8bc84a3e8
LibGfx/GIF: Only use a `FixedMemoryStream`
|
пре 2 година |
ICOLoader.cpp
|
4291288a31
LibGfx: Remove `ImageDecoderPlugin::initialize()`
|
пре 2 година |
ICOLoader.h
|
38dd4168be
LibGfx/ICO: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
ImageDecoder.cpp
|
4291288a31
LibGfx: Remove `ImageDecoderPlugin::initialize()`
|
пре 2 година |
ImageDecoder.h
|
7acb656826
LibGfx: Comment ImageDecoderPlugin's interface
|
пре 2 година |
JPEGLoader.cpp
|
1ae772c7d3
LibGfx/JPEG: Decode the header in `create()`
|
пре 2 година |
JPEGLoader.h
|
2f125b86aa
LibGfx/JPEG: Remove the unused method `initialize()`
|
пре 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 година |
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
|
8c13b83a84
LibGfx/PNGWriter: Use a better limit for scanline capactiy
|
пре 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
|
9ff706339b
LibGfx/PortableFormat: Read the header during initialization
|
пре 2 година |
QOILoader.cpp
|
b14d51ba1b
LibGfx/QOI: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
QOILoader.h
|
b14d51ba1b
LibGfx/QOI: Decode the header in `create()` and remove `initialize()`
|
пре 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
|
92fa1efc76
LibGfx/TGA: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
TGALoader.h
|
92fa1efc76
LibGfx/TGA: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
TinyVGLoader.cpp
|
35dcd16ea6
LibGfx/TinyVG: Decode the header in `create()` and remove `initialize()`
|
пре 2 година |
TinyVGLoader.h
|
35dcd16ea6
LibGfx/TinyVG: Decode the header in `create()` and remove `initialize()`
|
пре 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 година |