kdelibs/kimgio
Ivailo Monev 1950c1f9f1 kimgio: drop support for some uncommon formats
note that they can still be loaded right now because if the header is not
recognized by the magick plugin further probing is done via
MagickCore::GetImageMagick(). in the future that may not be the case tho

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-28 13:59:56 +03:00
..
AUTHORS kimgio: AUTHORS file update [ci skip] 2021-07-27 15:38:15 +03:00
CMakeLists.txt kimgio: prepare for Katie changes 2022-06-12 01:39:47 +03:00
magick.cpp kimgio: drop support for some uncommon formats 2022-09-28 13:59:56 +03:00
magick.h kimgio: prepare for Katie changes 2022-06-12 04:00:21 +03:00
README kimgio: drop support for some uncommon formats 2022-09-28 13:59:56 +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:

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