kdelibs/kimgio
Ivailo Monev e7c46ec677 kimgio: add note about the mask in ico plugin
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-28 11:02:07 +02:00
..
CMakeLists.txt kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
ico.cpp kimgio: add note about the mask in ico plugin 2022-12-28 11:02:07 +02:00
ico.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
jp2.cpp kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
jp2.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
jpg.cpp kimgio: claim write support only if the format matches and the device is writable 2022-12-27 19:10:39 +02:00
jpg.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
raw.cpp kimgio: do not mark make_jas_stream() as final in raw plugin 2022-12-20 12:59:23 +02:00
raw.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
README kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
tiff.cpp kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
tiff.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
webp.cpp kimgio: claim write support only if the format matches and the device is writable 2022-12-27 19:10:39 +02:00
webp.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00: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.