diff servlet/src/digilib/image/JIMIDocuImage.java @ 73:3b8797fc3e90

New servlet version 1.5b. Mostly cleanup. Global parameters for digilib now in DigilibConfiguration, per request parameters are now all in DigilibRequest. The DocuImage implementation can be selected by the configuration docuimage-class. Pixel-by-pixel view implemented with "mo=clip".
author robcast
date Fri, 24 Jan 2003 21:40:59 +0100
parents 0ff3ede32060
children 63c8186455c1
line wrap: on
line diff
--- a/servlet/src/digilib/image/JIMIDocuImage.java	Fri Jan 24 21:40:59 2003 +0100
+++ b/servlet/src/digilib/image/JIMIDocuImage.java	Fri Jan 24 21:40:59 2003 +0100
@@ -36,6 +36,7 @@
 import digilib.io.*;
 
 
+/** Implementation of DocuImage using the JIMI image Library. */
 public class JIMIDocuImage extends DocuImageImpl {
 
   private JimiRasterImage img;