Project

General

Profile

Supported image formats » History » Version 15

Andreas Huggel, 20 Oct 2010 08:09

1 1 Andreas Huggel
h1. Supported image formats
2
3 11 Andreas Huggel
The following table shows supported image formats and support level for release 0.20.
4 2 Andreas Huggel
5
Note:
6 8 Andreas Huggel
* Write support for RAW image formats was introduced in release 0.18. Be sure to test carefully if your applications work well with images modified by Exiv2.
7 5 Andreas Huggel
* Reading other TIFF-like RAW image formats, which are not listed in the table, may also work. Exiv2 was so far only tested with the more popular RAW image formats.
8 2 Andreas Huggel
* Support for GIF, TGA and BMP is minimal: Exiv2 recognizes the image format, assigns a MIME type to it and is able to determine the image height and width of the image.
9 13 Andreas Huggel
* Information about *MIME type* and *SRW* format is a work-in-progress for the upcoming version 0.21. The current version 0.20 doesn't support SRW and the MIME type for all TIFF-like RAW formats is currently image/tiff.
10 1 Andreas Huggel
11 12 Andreas Huggel
| *Type* | *Exif mode* | *IPTC mode* | *XMP mode*  | *Comment mode* | *MIME type* |
12 13 Andreas Huggel
| JPEG | ReadWrite | ReadWrite | ReadWrite | ReadWrite    | image/jpeg            |
13 14 Andreas Huggel
| EXV  | ReadWrite | ReadWrite | ReadWrite | ReadWrite    | image/x-exv           |
14 13 Andreas Huggel
| CR2  | Read      | Read      | Read      | -            | image/x-canon-cr2     |
15
| CRW  | ReadWrite | -         | -         | ReadWrite    | image/x-canon-crw     |
16 14 Andreas Huggel
| MRW  | Read      | Read      | Read      | -            | image/x-minolta-mrw   |
17 13 Andreas Huggel
| TIFF | ReadWrite | ReadWrite | ReadWrite | -            | image/tiff            |
18
| DNG  | ReadWrite | ReadWrite | ReadWrite | -            | image/tiff            |
19
| NEF  | ReadWrite | ReadWrite | ReadWrite | -            | image/x-nikon-nef     |
20 15 Andreas Huggel
| PEF  | ReadWrite | ReadWrite | ReadWrite | -            | image/x-pentax-pef    |
21 13 Andreas Huggel
| ARW  | Read      | Read      | Read      | -            | image/tiff            |
22
| RW2  | Read      | Read      | Read      | -            | image/x-panasonic-rw2 |
23 12 Andreas Huggel
| SR2  | Read      | Read      | Read      | -            | |
24 13 Andreas Huggel
| SRW  | ReadWrite | ReadWrite | ReadWrite | -            | image/x-samsung-srw   |
25
| ORF  | ReadWrite | ReadWrite | ReadWrite | -            | image/x-olympus-orf   |
26
| PNG  | ReadWrite | ReadWrite | ReadWrite | ReadWrite    | image/png             |
27 14 Andreas Huggel
| PGF  | ReadWrite | ReadWrite | ReadWrite | ReadWrite    | image/pgf             |
28
| RAF  | Read      | Read      | Read      | -            | image/x-fuji-raf      |
29
| XMP  | -         | -         | ReadWrite | -            | application/rdf+xml   |
30
| GIF  | -         | -         | -         | -            | image/gif             |
31
| PSD  | ReadWrite | ReadWrite | ReadWrite | -            | image/x-photoshop     |
32
| TGA  | -         | -         | -         | -            | image/targa           |
33
| BMP  | -         | -         | -         | -            | image/x-ms-bmp        |
34
| JP2  | ReadWrite | ReadWrite | ReadWrite | -            | image/jp2             |