changeset 936:1a3af0ff70a4

Add ANIM type.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Nov 2014 00:17:44 +0200
parents 7fdf03e6a80d
children 52861dae1c28
files msite.inc.php
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Nov 27 22:45:57 2014 +0200
+++ b/msite.inc.php	Fri Nov 28 00:17:44 2014 +0200
@@ -187,7 +187,13 @@
     "class" => EFILE_IMAGE,
     "mime" => "gfx", // Special cases to be converted through gfxconv ..
     "fext" => "lbm",
-    "test" => "^IFF data",
+    "test" => "^IFF data, ILBM",
+  ),
+  "ANIM" => array(
+    "class" => EFILE_IMAGE,
+    "mime" => "image/x-anim", // Special cases to be converted through gfxconv ..
+    "fext" => "anim",
+    "test" => "^IFF data, ILBM",
   ),
   "PCX" => array(
     "class" => EFILE_IMAGE,