kdelibs/kimgio
Ivailo Monev 2c331e098e kimgio: add comment about the debug message in ico source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-18 20:59:37 +03:00
..
AUTHORS kimgio: check if the BMP image compression is supported in ico plugin 2022-10-13 01:21:54 +03:00
CMakeLists.txt kimgio: rename jpeg plugin to jpg to match the more common extension 2022-10-13 14:28:59 +03:00
ico.cpp kimgio: add comment about the debug message in ico source file 2022-10-18 20:59:37 +03:00
ico.h kimgio: new ICO-specialized plugin 2022-10-12 19:50:00 +03:00
jp2.cpp kimgio: take the format as hint only and probe the device if format does not match 2022-10-13 14:18:29 +03:00
jp2.h kimgio: JPEG 2000-specialized plugin 2022-10-12 00:45:15 +03:00
jpg.cpp kimgio: implement quality option for jpg plugin 2022-10-13 15:09:58 +03:00
jpg.h kimgio: implement quality option for jpg plugin 2022-10-13 15:09:58 +03:00
raw.cpp kimgio: take the format as hint only and probe the device if format does not match 2022-10-13 14:18:29 +03:00
raw.h kimgio: new RAW-specialized plugin 2022-10-11 19:40:32 +03:00
README kimgio: remove magick plugin 2022-10-12 20:05:46 +03:00
webp.cpp kimgio: mark some branches as unlikely in webp plugin 2022-10-18 17:38:18 +03:00
webp.h kimgio: read-only WebP animations support 2022-10-18 17:30:54 +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>
ICO     <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.