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-19 01:40:28 +03:00
|
|
|
JPEG <read> <write>
|
2022-10-19 14:58:37 +03:00
|
|
|
ICO <read> <write>
|
2022-10-12 00:42:06 +03:00
|
|
|
JP2 <read>
|
2022-10-19 01:40:28 +03:00
|
|
|
RAW <read>
|
2023-05-22 17:27:52 +03:00
|
|
|
TIFF <read>
|
2021-07-25 21:12:29 +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.
|