added mime types for x-portable-bitmap and x-portable-graymap.

This commit is contained in:
Jérôme Duval 2015-02-27 17:45:48 +01:00
parent dd25136936
commit 1e3c19ec2f
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/x-portable-bitmap";
resource(2, "META:SNIFF_RULE") "0.50 (\"P4\")";
resource(3, "META:S:DESC") #'MSDC' "PBM image";
resource(4, "META:EXTENS") message(234) {
"extensions" = "pbm",
"type" = "image/x-portable-bitmap"
};

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/x-portable-graymap";
resource(2, "META:SNIFF_RULE") "0.50 (\"P5\")";
resource(3, "META:S:DESC") #'MSDC' "PGM image";
resource(4, "META:EXTENS") message(234) {
"extensions" = "pgm",
"type" = "image/x-portable-graymap"
};