diff servlet/src/digilib/image/ImageWorker.java @ 570:fd2ef7e46119

more cleanup, set version to 1.8.2
author robcast
date Tue, 21 Dec 2010 20:24:09 +0100
parents 8beefd1142b2
children dad720e9b12b
line wrap: on
line diff
--- a/servlet/src/digilib/image/ImageWorker.java	Tue Dec 21 09:52:16 2010 +0100
+++ b/servlet/src/digilib/image/ImageWorker.java	Tue Dec 21 20:24:09 2010 +0100
@@ -33,7 +33,6 @@
     /**
      * render and return the image
      */
-    @Override
     public DocuImage call() throws FileOpException, IOException, ImageOpException {
         
         logger.debug("image worker starting");
@@ -73,8 +72,7 @@
 
             docuImage.loadSubimage(jobinfo.getFileToLoad(), loadRect, (int) subsamp);
 
-            logger.debug("SUBSAMP: " + subsamp + " -> " + docuImage.getWidth()
-                    + "x" + docuImage.getHeight());
+            logger.debug("SUBSAMP: " + subsamp + " -> " + docuImage.getSize());
 
             docuImage.scale(scaleXY, scaleXY);