]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java2D ...
authorJeremias Maerki <jeremias@apache.org>
Thu, 15 Jul 2010 06:50:21 +0000 (06:50 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 15 Jul 2010 06:50:21 +0000 (06:50 +0000)
commit16f936559ddeb2c990c3bce55ca3066c01a3e5f9
tree9ea0491d95876c65b3d6b60938b4feea1e99eb16
parent3c385cb034d9a6363e2f012c886a53b57e4b7179
Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java2D (PNG, TIFF) and PCL can load image formats other than just PNG and JPEG from SVG.
This also represents a work-around for certain JPEG images that cannot be loaded properly with the Sun JPEG codec embedded in the JDK. With this, JPEGs are loaded via ImageIO.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964316 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/image/loader/batik/GenericFOPBridgeContext.java [new file with mode: 0644]
src/java/org/apache/fop/image/loader/batik/GenericFOPImageElementBridge.java [new file with mode: 0644]
src/java/org/apache/fop/image/loader/batik/ImageConverterSVG2G2D.java