]> source.dussan.org Git - xmlgraphics-fop.git/commit
AbstractFopImage subclass using ImageIO (JDK >= 1.4) to load images (works with GIF...
authorJeremias Maerki <jeremias@apache.org>
Wed, 10 Aug 2005 12:56:30 +0000 (12:56 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 10 Aug 2005 12:56:30 +0000 (12:56 +0000)
commite82d4f6dc76e345262e8abf6408093c00b9aa210
tree0485d1136ce3824ecbae4109126811d5e00139e3
parent492202d19631cbbc742f20b66051ea6e581f8218
AbstractFopImage subclass using ImageIO (JDK >= 1.4) to load images (works with GIF, too). Some of the code dealing with the BufferedImage could probably be extracted to a common subclass since it's mostly a copy from a different FopImage implementation.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231223 13f79535-47bb-0310-9956-ffa450edef68
src/java-1.4/org/apache/fop/image/ImageIOImage.java [new file with mode: 0644]