kdelibs/kimgio
Ivailo Monev 0008f38092 kimgio: fix JPEG-2000 images plugin build against Jasper v2.0.20+
JAS_VERSION is defined as string so bumping the required version

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-13 10:33:25 +00:00
..
AUTHORS kimgio: remove formats supported by Katie 2020-10-18 13:41:30 +03:00
CMakeLists.txt kimgio: fix JPEG-2000 images plugin build against Jasper v2.0.20+ 2020-12-13 10:33:25 +00:00
dds.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
dds.desktop initial import 2014-11-13 01:04:59 +02:00
dds.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
eps.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
eps.desktop initial import 2014-11-13 01:04:59 +02:00
eps.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
exr.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
exr.desktop initial import 2014-11-13 01:04:59 +02:00
exr.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
gimp.h initial import 2014-11-13 01:04:59 +02:00
hdr.cpp initial import 2014-11-13 01:04:59 +02:00
hdr.desktop initial import 2014-11-13 01:04:59 +02:00
hdr.h initial import 2014-11-13 01:04:59 +02:00
jp2.cpp kimgio: fix JPEG-2000 images plugin build against Jasper v2.0.20+ 2020-12-13 10:33:25 +00:00
jp2.desktop initial import 2014-11-13 01:04:59 +02:00
jp2.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
pcx.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
pcx.desktop initial import 2014-11-13 01:04:59 +02:00
pcx.h generic: use CMake export header generator 2016-04-27 20:13:02 +00:00
pic.desktop initial import 2014-11-13 01:04:59 +02:00
pic_io_handler.cpp initial import 2014-11-13 01:04:59 +02:00
pic_io_handler.h initial import 2014-11-13 01:04:59 +02:00
pic_io_plugin.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
pic_io_plugin.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
pic_read.cpp generic: remove unused functions, members and methods 2016-04-19 09:27:29 +00:00
pic_rw.h generic: misc cleanups 2015-09-04 22:56:23 +00:00
pic_write.cpp initial import 2014-11-13 01:04:59 +02:00
psd.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
psd.desktop initial import 2014-11-13 01:04:59 +02:00
psd.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
qimageio_plugin.desktop initial import 2014-11-13 01:04:59 +02:00
ras.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
ras.desktop initial import 2014-11-13 01:04:59 +02:00
ras.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
README kimgio: remove formats supported by Katie 2020-10-18 13:41:30 +03:00
rgb.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
rgb.desktop initial import 2014-11-13 01:04:59 +02:00
rgb.h generic: misc cleanups 2015-09-04 22:56:23 +00: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
webp.xml kimgio: adjust to recent webp MIME type change 2015-11-05 03:48:16 +02:00
x-webp.desktop kimgio: adjust to recent webp MIME type change 2015-11-05 03:48:16 +02:00
xcf.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
xcf.desktop initial import 2014-11-13 01:04:59 +02:00
xcf.h generic: misc cleanups 2015-09-04 22:56:23 +00:00
xv.desktop initial import 2014-11-13 01:04:59 +02:00
xview.cpp kimgio: remove Q_EXPORT_STATIC_PLUGIN() macro calls 2020-02-22 22:23:11 +00:00
xview.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00

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

Current formats include:

DDS     <read>
EPS     <read> <write>
EXR     <read>
HDR     <read>
JP2     <read> <write>
PCX     <read> <write>
PIC     <read> <write>
PNM     <read>
PSD     <read>
RAS     <read>
RGB     <read> <write>
WEBP    <read> <write>
XCF     <read>
XV      <read> <write>