We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2524cce commit 2c13b2dCopy full SHA for 2c13b2d
HEICMime.rdef
@@ -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