diff options
author | Glenn Adams <gadams@apache.org> | 2012-06-15 02:56:21 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-06-15 02:56:21 +0000 |
commit | 4bba95be2e5bd480bd5adec9e9b1083d5fb9a561 (patch) | |
tree | 3773419600cf68ec5ad7ed7a5d1a32581256949b /status.xml | |
parent | bb62a7639a02787839f9eec1a3214bdf7fd2d4cc (diff) | |
download | xmlgraphics-fop-4bba95be2e5bd480bd5adec9e9b1083d5fb9a561.tar.gz xmlgraphics-fop-4bba95be2e5bd480bd5adec9e9b1083d5fb9a561.zip |
Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index ba895efab..f96a9487b 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Images" dev="GA" type="fix" fixes-bug="40676" due-to="Luis Bernardo, Matthias Reischenbacher"> + Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). + </action> <action context="Code" dev="GA" type="fix" fixes-bug="53412" due-to="Alexios Giotis"> Eliminate incorrect use of object identity which produces excessive property cache collisions. </action> |