kdelibs/kimgio
Ivailo Monev 57f4262300 kimgio: documentation clarification
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-22 08:15:30 +03:00
..
AUTHORS kimgio: AUTHORS file update [ci skip] 2021-07-27 15:38:15 +03:00
CMakeLists.txt kimgio: remove now redundant QImageIOPlugins service 2022-05-22 08:10:41 +03:00
magick.cpp kimgio: set the quality to 100 before writing the image from magick handler 2022-05-21 05:29:53 +03:00
magick.h kimgio: set the magick handler format to the actual image format 2022-05-21 03:12:22 +03:00
README kimgio: documentation clarification 2022-05-22 08:15:30 +03:00
webp.cpp kimgio: adjust to Katie changes 2022-03-03 02:56:52 +02:00
webp.h kimgio: adjust to Katie changes 2022-03-03 02:56:52 +02:00

This directory contains Katie imageformat plugins. See Katie docs for
writing a new handler.

Current formats include:

WEBP    <read> <write>

along with whatever ImageMagick supports but it is assumed that it supports
reading atleast the following formats (even if they cannot be loaded because
it was build without support for these formats for example) for compatibility:

PBM     <read>
PGM     <read>
PPM     <read>
XBM     <read>
BMP     <read>
ICO     <read>
JPEG    <read>
TGA     <read>
TIFF    <read>
GIF     <read>
DDS     <read>
EPS     <read>
EXR     <read>
JP2     <read>
PCX     <read>
PSD     <read>
XCF     <read>
RAW     <read>

If you want to 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.