mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
![]() Missing: * Transform support (used by virtually all lossless webp files) * Meta prefix / entropy image support Working: * Decoding of regular image streams * Color cache This happens to be enough to be able to decode Tests/LibGfx/test-inputs/extended-lossless.webp The canonical prefix code is very similar to deflate's, enough so that this can use Compress::CanonicalCode (and take advantage of all the recent performance improvements there). |
||
---|---|---|
.. | ||
BMPLoader.cpp | ||
BMPLoader.h | ||
BMPWriter.cpp | ||
BMPWriter.h | ||
DDSLoader.cpp | ||
DDSLoader.h | ||
GIFLoader.cpp | ||
GIFLoader.h | ||
ICOLoader.cpp | ||
ICOLoader.h | ||
ImageDecoder.cpp | ||
ImageDecoder.h | ||
JPEGLoader.cpp | ||
JPEGLoader.h | ||
PBMLoader.cpp | ||
PBMLoader.h | ||
PGMLoader.cpp | ||
PGMLoader.h | ||
PNGLoader.cpp | ||
PNGLoader.h | ||
PNGShared.h | ||
PNGWriter.cpp | ||
PNGWriter.h | ||
PortableFormatWriter.cpp | ||
PortableFormatWriter.h | ||
PortableImageLoaderCommon.h | ||
PortableImageMapLoader.h | ||
PPMLoader.cpp | ||
PPMLoader.h | ||
QOILoader.cpp | ||
QOILoader.h | ||
QOIWriter.cpp | ||
QOIWriter.h | ||
TGALoader.cpp | ||
TGALoader.h | ||
WebPLoader.cpp | ||
WebPLoader.h |