diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-18 20:28:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-18 20:28:33 +0000 |
commit | 148095dd2eb3b68a27f0d76a13beff79cc8b4336 (patch) | |
tree | 4fa5912c2c32e9d56a71fd29396dd9504563bbbf /status.xml | |
parent | 97a13831e8fce797ad4d321b778ba0af69d6eddf (diff) | |
download | xmlgraphics-fop-148095dd2eb3b68a27f0d76a13beff79cc8b4336.tar.gz xmlgraphics-fop-148095dd2eb3b68a27f0d76a13beff79cc8b4336.zip |
Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF files. FopPDFImage always used the bits/pixel and color space of the original image although our image adapter mostly convert all images to 24bit RGB. One day, we will need to improve the image handling.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386879 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 c0532a51c..4e23f12c1 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: CCITT Group 4 encoded TIFF images with multiple strips are now properly + embedded in PDF files. + </action> <action context="Code" dev="JM" type="add"> Added support for fixed-width spaces. </action> |