kdelibs/kimgio
Ivailo Monev 2fd512e502 generic: install modules in subdirectory of the library directory by default
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-10 15:05:17 +03:00
..
AUTHORS kimgio: AUTHORS file update [ci skip] 2021-07-27 15:38:15 +03:00
CMakeLists.txt generic: install modules in subdirectory of the library directory by default 2022-10-10 15:05:17 +03:00
magick.cpp kdecore: easier to maintain KStandardDirs resources table 2022-10-09 23:55:09 +03:00
magick.h kimgio: prepare for Katie changes 2022-06-12 04:00:21 +03:00
README kimgio: blacklist WEBP, XPM, PBM and PPM coders 2022-10-03 00:43:22 +03:00
webp.cpp kimgio: adjust to Katie changes 2022-03-03 02:56:52 +02:00
webp.h kimgio: prepare for Katie changes 2022-06-12 04:00:21 +03: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:

PGM     <read>
XBM     <read>
BMP     <read>
ICO     <read>
JPEG    <read>
JP2     <read>
GIF     <read>
RAW     <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.