Skip to content

Commit 2c13b2d

Browse files
committed
Add support for MIME types
1 parent 2524cce commit 2c13b2d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HEICMime.rdef

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
2+
3+
resource(1, "META:TYPE") "image/heic";
4+
5+
resource(2, "META:SNIFF_RULE") "0.80 [4](\"ftyp\")[8](\"heic\" | \"heif\" | \"heix\" | \"hevc\" | \"hevx\" | \"mif1\" | \"msf1\")";
6+
7+
resource(3, "META:S:DESC") #'MSDC' "HEIC image";
8+
9+
resource(4, "META:L:DESC") #'MSDC' "High-Efficiency Image File Format (HEIC)";
10+
11+
resource(5, "META:PREF_APP") #'MIMS' "application/x-vnd.Haiku-ShowImage";
12+
13+
resource(6, "META:EXTENS") message(234) {
14+
"extensions" = "heic",
15+
"extensions" = "heif",
16+
"type" = "image/heic"
17+
};

0 commit comments

Comments
 (0)