From a2f1110c29a270ca28d130f65b8109b3c2cb5d71 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 10 Feb 2010 08:53:05 +0000 Subject: [PATCH] Bugzilla #48696: Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images. Submitted by: Peter Hancock 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 | 2 +- status.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java b/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java index 8c0d0d49a..5c1b9da94 100644 --- a/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java +++ b/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java @@ -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 diff --git a/status.xml b/status.xml index c60118759..dab39c99d 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> + + Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images. + Initial support for CID-keyed double-byte fonts (Type 0) in AFP output. -- 2.39.5