]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF files...
authorJeremias Maerki <jeremias@apache.org>
Sat, 18 Mar 2006 20:28:33 +0000 (20:28 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sat, 18 Mar 2006 20:28:33 +0000 (20:28 +0000)
commit148095dd2eb3b68a27f0d76a13beff79cc8b4336
tree4fa5912c2c32e9d56a71fd29396dd9504563bbbf
parent97a13831e8fce797ad4d321b778ba0af69d6eddf
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
src/java/org/apache/fop/image/AbstractFopImage.java
src/java/org/apache/fop/render/pdf/FopPDFImage.java
status.xml
test/layoutengine/standard-testcases/external-graphic_tiff.xml
test/resources/images/tiff_group4-multi-strip.tif [new file with mode: 0644]