kdelibs/kimgio
Ivailo Monev 8e5dd5ea50 generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-14 15:50:30 +02:00
..
CMakeLists.txt kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
ico.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
ico.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
jp2.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
jp2.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
jpg.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
jpg.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
raw.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
raw.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
README kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
tiff.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
tiff.h kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
webp.cpp generic: prepare for Katie changes 2022-11-14 15:50:30 +02:00
webp.h kimgio: simplify WebP image writing 2022-10-20 00:17:31 +03:00

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.