


            







|
Supported image formatsExactImage currently already supports most wide-spread image formats. We plan to add at least one new format with each major version release:
Currently supported
- BMP: internal C++ library in absence of an external one
- Digital Camera RAW: via incooperated dcraw code, might use libopenraw in the future
- GIF: via libungif
- JPEG: via libjpeg, including lossless transformations
- JPEG2000: via jasper, might use openjpeg in the future
- OpenEXR: via the official libOpenEXR
- PNG: via libpng
- PBM: internal C++ code as netpbm does not support arbitrary source and destination
- RAW: internal C++ code to be able to decode in-memory RAW data
- TIFF: via libtiff and it's C++ binding
- XPM: internal C++ code
- SVG: internal C++ code via Agg, read-only
- PDF: internal C++ code, write-only, allows embedding JPEG and JPEG2000, as well as vector geometry & fonts and write multiple pages
- PS: internal C++ code, write-only, allows embedding JPEG
- EPS: internal C++ code, write-only, allows embedding JPEG
- PCX: internal C++ code
- Targa, TGA: internal C++ code
Next to implement
- PS: rendering / rasterizer
- PDF: rendering / rasterizer
- PCL: rendering / rasterizer
- TIFF: jpeg embedding
- BMP: jpeg / PNG embedding
- Apple Icon Image
- Windows Icon Image file format
- JBIG
- Fax files
- sgi
- Sun
- DJVU
- HVIF - Haiku Vector Icon Format
- ...
If you miss a format important for you do not hesitate to contact us. 
|