diff servlet/src/digilib/image/DocuImageImpl.java @ 561:a5168978555f digilibPDF

more small reshuffling
author robcast
date Fri, 17 Dec 2010 11:53:31 +0100
parents bd1080df81ad
children baaa5bab5e16
line wrap: on
line diff
--- a/servlet/src/digilib/image/DocuImageImpl.java	Fri Dec 17 10:04:59 2010 +0100
+++ b/servlet/src/digilib/image/DocuImageImpl.java	Fri Dec 17 11:53:31 2010 +0100
@@ -75,6 +75,10 @@
 	}
 
     /** Check image size and type and store in ImageFile f */
+    public static boolean identifyImg(ImageFile imgf) throws IOException {
+    }
+
+    /** Check image size and type and store in ImageFile f */
     public boolean identify(ImageFile imgf) throws IOException {
         // fileset to store the information
         File f = imgf.getFile();