mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
![]() much better performance now because frame decoding is statefull Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ico.cpp | ||
ico.h | ||
jp2.cpp | ||
jp2.h | ||
jpg.cpp | ||
jpg.h | ||
raw.cpp | ||
raw.h | ||
README | ||
tiff.cpp | ||
tiff.h | ||
webp.cpp | ||
webp.h |
This directory contains Katie imageformat plugins. See Katie docs for writing a new handler. Current formats include: WEBP <read> <write> JPEG <read> <write> ICO <read> <write> JP2 <read> RAW <read> TIFF <read> If you want to contribute plugin for image format and there is no solid C/C++ library for it (like there is for WebP) then it is unlikely it will be accepted.