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 /status.xml | |
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 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index ac283f784..93894917c 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add" fixes-bug="40519" due-to="Oliver Hernàndez Valls"> + Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter + abstraction from XML Graphics Commons. + </action> <action context="Code" dev="JM" type="add"> Extension properties fox:orphan-content-limit and fox:widow-content-limit which help with list-block and table layout. See the documentation for details. |