kdelibs/kimgio
Ivailo Monev 7a52005d1e kimgio: new TIFF plugin
the only reason I wrote this plugin is because some RAW images (e.g.
image/x-canon-cr2) are essentially TIFF and LibRaw cannot open those

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-28 00:59:34 +03:00
..
CMakeLists.txt kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
ico.cpp kimgio: use custom datastream class in raw plugin 2022-10-25 03:12:45 +03:00
ico.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
jp2.cpp kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
jp2.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
jpg.cpp kimgio: use TJPF_ARGB as pixel format in jpg plugin when the host is big-endian 2022-10-20 23:02:04 +03:00
jpg.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
raw.cpp kimgio: mark warning case in raw plugin as unlikely 2022-10-26 09:30:46 +03:00
raw.h kimgio: remove image/jpm MIME type from the list in jp2 plugin 2022-10-26 19:06:46 +03:00
README kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
tiff.cpp kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
tiff.h kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
webp.cpp kimgio: theoretical big-endian support for ICO format 2022-10-20 22:45:45 +03:00
webp.h kimgio: simplify WebP image writing 2022-10-20 00:17:31 +03: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.