kdelibs/kimgio
Ivailo Monev 2bda646046 kimgio: enable exceptions only for the magick plugin
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-26 22:42:14 +03:00
..
AUTHORS kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
CMakeLists.txt kimgio: enable exceptions only for the magick plugin 2021-07-26 22:42:14 +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: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
magick.h kimgio: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +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: replace most plugins with ImageMagick based plugin 2021-07-25 22:25:45 +03:00
webp.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
webp.desktop kimgio: adjust to recent webp MIME type change 2015-11-05 03:48:16 +02:00
webp.h generic: import kimio plugin for webp format from kde-workspace repo 2015-11-01 05:10:05 +02: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>