diff options
| author | jvoisin | 2015-12-16 15:07:05 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-16 15:07:05 +0100 |
| commit | bf5d24a8ecca3e05b5757f1aa77766cb0f49effd (patch) | |
| tree | 18baf1998c7b0156d358e05168e94cef5b35bd26 /data/FORMATS | |
| parent | e962b56246da085ad66df39906d93b2b0710c378 (diff) | |
Document the fact that MAT now supports .tiff files
Diffstat (limited to 'data/FORMATS')
| -rw-r--r-- | data/FORMATS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/FORMATS b/data/FORMATS index 6880e25..7945cb8 100644 --- a/data/FORMATS +++ b/data/FORMATS | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | <xml> | 1 | <xml> |
| 2 | <format> | 2 | <format> |
| 3 | <name>Tagged Image File Format</name> | ||
| 4 | <extension>.tif, .tiff</extension> | ||
| 5 | <mimetype>image/tiff</mimetype> | ||
| 6 | <support>Full</support> | ||
| 7 | <metadata>Textual metadata and date</metadata> | ||
| 8 | <method>Removal of harmful fields with exiftool.</method> | ||
| 9 | <remaining>None</remaining> | ||
| 10 | </format> | ||
| 11 | <format> | ||
| 3 | <name>Portable Network Graphics</name> | 12 | <name>Portable Network Graphics</name> |
| 4 | <extension>.png</extension> | 13 | <extension>.png</extension> |
| 5 | <mimetype>image/png</mimetype> | 14 | <mimetype>image/png</mimetype> |
