kdelibs/kimgio
Ivailo Monev 59f5511719 kimgio: format and indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-01 00:01:13 +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 kimgio: check data size before attempting to creating image from it 2021-07-30 02:08:50 +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: handle RAW format via magick plugin 2021-07-31 22:33:15 +03:00
webp.cpp kimgio: format and indent 2021-08-01 00:01:13 +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>