kdelibs/kimgio
Ivailo Monev 810f624622 kimgio: blend framas with the last one that is not to be blended in webp plugin
assuming frame is to be blended then that means it is partial data, if it is
not to be blended it has to be complete image

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-10 06:41:56 +03:00
..
CMakeLists.txt generic: remove redundant build varibles 2023-06-17 20:25:52 +03:00
ico.cpp kimgio: log what kind of header was detected and on what iteration 2024-03-27 07:46:46 +02: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: log what kind of header was detected and on what iteration 2024-03-27 07:46:46 +02: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: fix regression since d2dbb40e6e 2023-06-15 05:17:54 +03:00
README kimgio: drop TIFF write support 2023-05-22 17:27:52 +03:00
tiff.cpp kimgio: log what kind of header was detected and on what iteration 2024-03-27 07:46:46 +02:00
tiff.h kimgio: remove redundant destructors 2023-06-05 07:29:15 +03:00
webp.cpp kimgio: blend framas with the last one that is not to be blended in webp plugin 2024-04-10 06:41:56 +03:00
webp.h kimgio: partial fix for blended webp animations 2024-04-10 06:08:38 +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.