kdelibs/kimgio
Ivailo Monev cfe47507fa kimgio: jp2, jpeg and raw plugins review
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-12 01:01:02 +03:00
..
AUTHORS kimgio: JPEG 2000-specialized plugin 2022-10-12 00:45:15 +03:00
CMakeLists.txt kimgio: JPEG 2000-specialized plugin 2022-10-12 00:45:15 +03:00
jp2.cpp kimgio: jp2, jpeg and raw plugins review 2022-10-12 01:01:02 +03:00
jp2.h kimgio: JPEG 2000-specialized plugin 2022-10-12 00:45:15 +03:00
jpeg.cpp kimgio: jp2, jpeg and raw plugins review 2022-10-12 01:01:02 +03:00
jpeg.h kimgio: new JPEG-specialized plugin 2022-10-11 22:58:13 +03:00
magick.cpp kimgio: new JPEG-specialized plugin 2022-10-11 22:58:13 +03:00
magick.h kimgio: prepare for Katie changes 2022-06-12 04:00:21 +03:00
raw.cpp kimgio: jp2, jpeg and raw plugins review 2022-10-12 01:01:02 +03:00
raw.h kimgio: new RAW-specialized plugin 2022-10-11 19:40:32 +03:00
README kimgio: JPEG 2000-specialized plugin 2022-10-12 00:45:15 +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>
RAW     <read>
JPEG    <read>
JP2     <read>

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>
GIF     <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.