Bug #3045: Added MIME types for SGI and PPM images, which we have translators

for. This allows snippets from ShowImage made in these formats to be opened.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2008-11-17 05:09:07 +00:00
parent 6cf3a9ebf7
commit f76ca56d6c
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/sgi";
resource(2, "META:SNIFF_RULE") "0.50 (\"\\001\\332")";
resource(3, "META:S:DESC") #'MSDC' "SGI Image";
resource(4, "META:EXTENS") message(234) {
"extensions" = "sgi",
"type" = "image/sgi"
};
@@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/x-portable-pixmap";
resource(2, "META:SNIFF_RULE") "0.50 (\"P6\")";
resource(3, "META:S:DESC") #'MSDC' "PPM Image";
resource(4, "META:EXTENS") message(234) {
"extensions" = "ppm",
"type" = "image/x-portable-pixmap"
};