cvs commit: xml-fop/src/java/org/apache/fop/image BatikImage.java

2004-10-12 Thread bckfnn
bckfnn 2004/10/12 23:56:49 Modified:src/java/org/apache/fop/image BatikImage.java Log: Fix a ArrayIndexOutOfBoundsException when loading indexed PNGs. PR: 31675 Submitted by: Thomas Deweese Revision ChangesPath 1.2 +11 -12xml-fop/src/java/org/apache/fop/

cvs commit: xml-fop/src/java/org/apache/fop/image BatikImage.java TIFFImage.java PNGImage.java

2004-10-11 Thread jeremias
jeremias2004/10/11 14:43:13 Modified:src/java/org/apache/fop/image TIFFImage.java PNGImage.java Added: src/java/org/apache/fop/image BatikImage.java Log: Made a common base class for both PNG and TIFF classes because they are almost identical. Some style updates. Revi