kdelibs/kimgio
Ivailo Monev d2dbb40e6e kimgio: remove redundant destructors
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-05 07:29:15 +03:00
..
CMakeLists.txt kimgio: new TIFF plugin 2022-10-28 00:59:34 +03:00
ico.cpp kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
ico.h kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
jp2.cpp kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
jp2.h kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
jpg.cpp kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
jpg.h kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
raw.cpp kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
raw.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00:00
README kimgio: drop TIFF write support 2023-05-22 17:27:52 +03:00
tiff.cpp kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
tiff.h kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
webp.cpp kimgio: fix TIFF images reading and implement write 2023-05-22 07:54:18 +03:00
webp.h kimgio: remove now unused QImageIOPlugin::keys() reimplementations 2022-12-18 12:04:33 +00: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.