]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #48696:
authorJeremias Maerki <jeremias@apache.org>
Wed, 10 Feb 2010 08:53:05 +0000 (08:53 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 10 Feb 2010 08:53:05 +0000 (08:53 +0000)
Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images.
Submitted by: Peter Hancock <peter.hancock.at.gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@908394 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java
status.xml

index 8c0d0d49ac623cb3ce618b43eba585fccfc3f3db..5c1b9da941257b013172cd0068697627f2660a2a 100644 (file)
@@ -46,7 +46,7 @@ public class IDEStructureParameter implements Streamable {
     private boolean grayCoding = false;
 
     /** the image color model */
-    private byte colorModel = COLOR_MODEL_RGB;
+    private byte colorModel = COLOR_MODEL_YCRCB;
 
     /** the array with the number of bits/IDE for each component */
     private byte[] bitsPerIDE = new byte[] {(byte)1}; //1-bit by default
index c60118759422a90b2367de10eebf473a73e89853..dab39c99dcb38d32e66fb3f8f3ac5b944ec0ab5b 100644 (file)
@@ -58,6 +58,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="Renderers" dev="JM" type="fix" fixes-bug="48696" due-to="Peter Hancock">
+        Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images.
+      </action>
       <action context="Renderers" dev="JM" type="add" fixes-bug="48567" due-to="Peter Hancock">
         Initial support for CID-keyed double-byte fonts (Type 0) in AFP output.
       </action>