kdelibs/kimgio
Ivailo Monev 8fab57aaa3 kdecore: remove ambiguous debug message based on condition feature [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-09 01:14:38 +03:00
..
AUTHORS kimgio: AUTHORS file update [ci skip] 2021-07-27 15:38:15 +03:00
CMakeLists.txt kimgio: handle RAW format via magick plugin 2021-07-31 22:33:15 +03:00
dds.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
eps.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
exr.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
jp2.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
magick.cpp kdecore: remove ambiguous debug message based on condition feature [ci reset] 2021-08-09 01:14:38 +03:00
magick.h kimgio: mark magick plugin reimplementations as final 2021-07-30 02:09:12 +03:00
pcx.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
psd.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
qimageio_plugin.desktop initial import 2014-11-13 01:04:59 +02:00
README kimgio: add note for plugin contributions [ci skip] 2021-08-04 03:32:06 +03:00
webp.cpp kdecore: remove perror() debug stream function [ci reset] 2021-08-08 21:55:18 +03:00
webp.desktop kimgio: adjust to recent webp MIME type change 2015-11-05 03:48:16 +02:00
webp.h kimgio: format and indent 2021-08-01 00:01:13 +03:00
x-dcraw.desktop kimgio: handle RAW format via magick plugin 2021-07-31 22:33:15 +03:00
x-webp.desktop kimgio: adjust to recent webp MIME type change 2015-11-05 03:48:16 +02:00
xcf.desktop kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00

This directory contains Katie imageformat plugins. See Katie docs for
writing a new handler.

Current formats include:

WEBP    <read> <write>

along with whatever ImageMagick supports but it is assumed that it supports
reading atleast the following formats (even if they cannot be loaded) for
compatibility:

DDS     <read>
EPS     <read>
EXR     <read>
JP2     <read>
PCX     <read>
PSD     <read>
XCF     <read>
RAW     <read>

If you want to 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.