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>
|
2022-10-11 19:38:58 +03:00
|
|
|
RAW <read>
|
2022-10-11 22:58:13 +03:00
|
|
|
JPEG <read>
|
2021-07-25 21:12:29 +03:00
|
|
|
|
|
|
|
along with whatever ImageMagick supports but it is assumed that it supports
|
2022-05-22 08:15:30 +03:00
|
|
|
reading atleast the following formats (even if they cannot be loaded because
|
|
|
|
it was build without support for these formats for example) for compatibility:
|
2021-07-25 21:12:29 +03:00
|
|
|
|
2021-12-16 06:44:38 +02:00
|
|
|
PGM <read>
|
|
|
|
XBM <read>
|
2021-12-14 21:21:21 +02:00
|
|
|
BMP <read>
|
|
|
|
ICO <read>
|
2021-07-25 21:12:29 +03:00
|
|
|
JP2 <read>
|
2022-10-03 00:36:53 +03:00
|
|
|
GIF <read>
|
2021-08-04 03:32:06 +03:00
|
|
|
|
2022-05-28 09:57:02 +03:00
|
|
|
If you want to contribute plugin for image format and there is no solid
|
2021-08-04 03:32:06 +03:00
|
|
|
C/C++ library for it (like there is for WebP) then it is unlikely it will be
|
|
|
|
accepted.
|