summaryrefslogtreecommitdiff
path: root/data/FORMATS
diff options
context:
space:
mode:
authorjvoisin2015-12-16 15:07:05 +0100
committerjvoisin2015-12-16 15:07:05 +0100
commitbf5d24a8ecca3e05b5757f1aa77766cb0f49effd (patch)
tree18baf1998c7b0156d358e05168e94cef5b35bd26 /data/FORMATS
parente962b56246da085ad66df39906d93b2b0710c378 (diff)
Document the fact that MAT now supports .tiff files
Diffstat (limited to 'data/FORMATS')
-rw-r--r--data/FORMATS9
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>