diff servlet/src/digilib/image/DocuImage.java @ 834:c07c21ac78f9 stream

color invert operation. doesn't work with all image types yet...
author robcast
date Tue, 01 Mar 2011 15:17:51 +0100
parents a630d0303cce
children fe58284a8dd9
line wrap: on
line diff
--- a/servlet/src/digilib/image/DocuImage.java	Tue Mar 01 10:14:29 2011 +0100
+++ b/servlet/src/digilib/image/DocuImage.java	Tue Mar 01 15:17:51 2011 +0100
@@ -207,7 +207,7 @@
 	 * 
 	 *
 	 */
-	public enum ColorOp {GRAYSCALE};
+	public enum ColorOp {GRAYSCALE, INVERT};
 
 	/** Changes the colors of the current image.
 	 *