diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-09-18 08:55:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-09-18 08:55:33 +0000 |
commit | 70f8b609ca911440b23fa4cd82335f377700be96 (patch) | |
tree | 4f372aae02bae07d2b6e95908637ecd6572949c8 /conf/fop.xconf | |
parent | 02e6fa274d498b2bd9f8a573c14066223abf98db (diff) | |
download | xmlgraphics-fop-70f8b609ca911440b23fa4cd82335f377700be96.tar.gz xmlgraphics-fop-70f8b609ca911440b23fa4cd82335f377700be96.zip |
Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter abstraction from XML Graphics Commons.
Submitted by: Oliver Hernàndez Valls <ohernandez@notariado.org>
In addition to the contributor's patch, I made the necessary changes to use the new multi-page feature of the ImageWriter abstraction. Plus I fixed a few minor issues concerning configuration.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/fop.xconf')
-rw-r--r-- | conf/fop.xconf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index c424f9b05..a3b3c2340 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -130,6 +130,15 @@ the location of this file. <renderer mime="application/awt"> </renderer> + <renderer mime="image/png"> + <!--transparent-page-background>true</transparent-page-background--> + </renderer> + + <renderer mime="image/tiff"> + <!--transparent-page-background>true</transparent-page-background--> + <!--compression>CCITT T.6</compression--> + </renderer> + <renderer mime="text/xml"> </renderer> |