diff --git a/lib/modules/_Image.pmod/module.pmod b/lib/modules/_Image.pmod/module.pmod
index eb71a592664ba1dc1cdb1d9f47e61abc85d5e893..9a9e7096cff8b9c34ac713cf8afd6b6242967fba 100644
--- a/lib/modules/_Image.pmod/module.pmod
+++ b/lib/modules/_Image.pmod/module.pmod
@@ -1,6 +1,6 @@
 #pike __REAL_VERSION__
 
-// $Id: module.pmod,v 1.37 2003/08/24 19:27:10 nilsson Exp $
+// $Id: module.pmod,v 1.38 2003/09/17 14:17:39 nilsson Exp $
 
 static constant fmts = ([
   "image/x-pnm" : "PNM",
@@ -92,7 +92,7 @@ mapping _decode( string data )
 
   if(!i)
     foreach( ({ "PSD", "TGA", "XBM", "XPM",
-		"TIFF", "SVG",
+		"TIFF", "SVG", "NEO",
        /* Image formats low on headers below this mark */
                 "DSI", "HRZ", "AVS", "WBF",
        /* "XFace" Always succeds*/