# HG changeset patch # User robcast # Date 1292583211 -3600 # Node ID c480f85aa2f6a542f1b405bde8d1c316fe68c25f # Parent 33e57c02bc3ea89b21f6e05548b6dd5dd28690ca more small reshuffling diff -r 33e57c02bc3e -r c480f85aa2f6 servlet/src/digilib/image/DocuImageImpl.java --- 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();