Author: jeremias
Date: Wed Feb 10 08:53:05 2010
New Revision: 908394
URL: http://svn.apache.org/viewvc?rev=908394&view=rev
Log:
Bugzilla #48696:
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>
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java
xmlgraphics/fop/trunk/status.xml
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java?rev=908394&r1=908393&r2=908394&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java
(original)
+++
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/ioca/IDEStructureParameter.java
Wed Feb 10 08:53:05 2010
@@ -46,7 +46,7 @@
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
Modified: xmlgraphics/fop/trunk/status.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=908394&r1=908393&r2=908394&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Wed Feb 10 08:53:05 2010
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]