https://issues.apache.org/bugzilla/show_bug.cgi?id=48167
Summary: CMYK colors converted to RGB when not provided
<fo:declarations> tag
Product: Fop
Version: all
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24512)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24512)
AFP output (RGB color space used for the uncalibrated CMYK)
When using uncalibrated CMYK colors in FO file without a declarations tag (no
need to provide the declaration tag for the uncalibrated CMYK colors, as the
color profile source is not a necessary) like....
<fo:block color="rgb-icc(0, 255, 0, #CMYK, 1, 0, 1, 0)">GREEN TEXT</fo:block>
<fo:block color="rgb-icc(0, 255, 255, #CMYK, 1, 0, 0, 0)">CYAN TEXT</fo:block>
When trying to generate a AFP output, and the AFP renderer is using RGB color
space instead of CMYK color space..
When declarations tag is used, it is generating AFP output with CMYK color
space.
Please find the input file and output attached to this bug.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.