mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
|
||
---|---|---|
.. | ||
AUTHORS | ||
bmp.desktop | ||
CMakeLists.txt | ||
dds.desktop | ||
eps.desktop | ||
exr.desktop | ||
gif.desktop | ||
ico.desktop | ||
jp2.desktop | ||
jpg.desktop | ||
magick.cpp | ||
magick.h | ||
pbm.desktop | ||
pcx.desktop | ||
pgm.desktop | ||
ppm.desktop | ||
psd.desktop | ||
qimageio_plugin.desktop | ||
README | ||
tga.desktop | ||
tiff.desktop | ||
webp.cpp | ||
webp.desktop | ||
webp.h | ||
x-dcraw.desktop | ||
x-webp.desktop | ||
xbm.desktop | ||
xcf.desktop |
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: PBM <read> PGM <read> PPM <read> XBM <read> BMP <read> ICO <read> JPEG <read> TGA <read> TIFF <read> GIF <read> DDS <read> EPS <read> EXR <read> JP2 <read> PCX <read> PSD <read> XCF <read> RAW <read> 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.