]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #31512:
authorJeremias Maerki <jeremias@apache.org>
Mon, 11 Oct 2004 21:06:14 +0000 (21:06 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 11 Oct 2004 21:06:14 +0000 (21:06 +0000)
commit7b4f481e0cb1c3d0772890210052cb0a200c7eda
tree5c64264a943c65aa3c5998b62964e03a67fb2616
parent8a9618a19ef068c903e71e0676c50f45924bb79b
Bugzilla #31512:
Fop should use Batik's Image readers when possible.
Submitted by: Thomas Deweese <deweese.at.apache.org>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198036 13f79535-47bb-0310-9956-ffa450edef68
examples/fo/basic/images.fo
examples/fo/graphics/asf-logo.png [new file with mode: 0644]
examples/fo/graphics/asf-logo.tif [new file with mode: 0644]
src/java/org/apache/fop/image/ImageFactory.java
src/java/org/apache/fop/image/PNGImage.java [new file with mode: 0644]
src/java/org/apache/fop/image/TIFFImage.java [new file with mode: 0644]
src/java/org/apache/fop/render/pdf/FopPDFImage.java
src/java/org/apache/fop/svg/PDFTranscoder.java