2021-07-25 21:12:29 +03:00
|
|
|
This directory contains Katie imageformat plugins. See Katie docs for
|
2014-11-13 01:04:59 +02:00
|
|
|
writing a new handler.
|
|
|
|
|
|
|
|
Current formats include:
|
|
|
|
|
2021-07-25 21:12:29 +03:00
|
|
|
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:
|
|
|
|
|
2021-12-14 21:21:21 +02:00
|
|
|
BMP <read>
|
|
|
|
ICO <read>
|
|
|
|
JPEG <read>
|
|
|
|
TGA <read>
|
|
|
|
TIFF <read>
|
2021-12-15 11:42:48 +02:00
|
|
|
GIF <read>
|
2016-05-16 13:28:12 +03:00
|
|
|
DDS <read>
|
2021-07-25 21:12:29 +03:00
|
|
|
EPS <read>
|
2016-05-16 13:28:12 +03:00
|
|
|
EXR <read>
|
2021-07-25 21:12:29 +03:00
|
|
|
JP2 <read>
|
|
|
|
PCX <read>
|
2016-05-16 13:28:12 +03:00
|
|
|
PSD <read>
|
|
|
|
XCF <read>
|
2021-07-31 22:33:15 +03:00
|
|
|
RAW <read>
|
2021-08-04 03:32:06 +03:00
|
|
|
|
|
|
|
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.
|