changeset 561:a5168978555f digilibPDF

more small reshuffling
author robcast
date Fri, 17 Dec 2010 11:53:31 +0100
parents 62d3d9f7547f
children baaa5bab5e16
files servlet/src/digilib/image/DocuImageImpl.java
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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();