comparison 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
comparison
equal deleted inserted replaced
560:62d3d9f7547f 561:a5168978555f
71 * @param quality The quality to set 71 * @param quality The quality to set
72 */ 72 */
73 public void setQuality(int quality) { 73 public void setQuality(int quality) {
74 this.quality = quality; 74 this.quality = quality;
75 } 75 }
76
77 /** Check image size and type and store in ImageFile f */
78 public static boolean identifyImg(ImageFile imgf) throws IOException {
79 }
76 80
77 /** Check image size and type and store in ImageFile f */ 81 /** Check image size and type and store in ImageFile f */
78 public boolean identify(ImageFile imgf) throws IOException { 82 public boolean identify(ImageFile imgf) throws IOException {
79 // fileset to store the information 83 // fileset to store the information
80 File f = imgf.getFile(); 84 File f = imgf.getFile();