summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/imageformats/mng/mng.json3
-rw-r--r--src/plugins/imageformats/tga/tga.json3
-rw-r--r--src/plugins/imageformats/tiff/tiff.json3
-rw-r--r--src/plugins/imageformats/wbmp/wbmp.json3
4 files changed, 8 insertions, 4 deletions
diff --git a/src/plugins/imageformats/mng/mng.json b/src/plugins/imageformats/mng/mng.json
index 1083727..a09a13e 100644
--- a/src/plugins/imageformats/mng/mng.json
+++ b/src/plugins/imageformats/mng/mng.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "mng" ]
+ "Keys": [ "mng" ],
+ "MimeTypes": [ "image/x-mng" ]
}
diff --git a/src/plugins/imageformats/tga/tga.json b/src/plugins/imageformats/tga/tga.json
index c4d10e6..7032405 100644
--- a/src/plugins/imageformats/tga/tga.json
+++ b/src/plugins/imageformats/tga/tga.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "tga" ]
+ "Keys": [ "tga" ],
+ "MimeTypes": [ "image/x-tga" ]
}
diff --git a/src/plugins/imageformats/tiff/tiff.json b/src/plugins/imageformats/tiff/tiff.json
index 53f5fc8..8dae3e2 100644
--- a/src/plugins/imageformats/tiff/tiff.json
+++ b/src/plugins/imageformats/tiff/tiff.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "tiff", "tif" ]
+ "Keys": [ "tiff", "tif" ],
+ "MimeTypes": [ "image/tiff", "image/tiff" ]
}
diff --git a/src/plugins/imageformats/wbmp/wbmp.json b/src/plugins/imageformats/wbmp/wbmp.json
index aad31e8..227d814 100644
--- a/src/plugins/imageformats/wbmp/wbmp.json
+++ b/src/plugins/imageformats/wbmp/wbmp.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "wbmp" ]
+ "Keys": [ "wbmp" ],
+ "MimeTypes": [ "image/vnd.wap.wbmp" ]
}