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:
@@ -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"
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user