DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40729>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40729 Summary: [PATCH] Add support for rgb-icc and proprietary cmyk color functions Product: Fop Version: 1.0dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: pdf AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] [PATCH] A patch is attached that adds support for the standard (color) rgb-icc function and a proprietary cmyk function. >From the users point of view. The rgb-icc function is accepted as input for color properties of fo elements and the generated PDF will include and refer to those color profiles. Other renderers will use profile based converted sRGB values. The ICC profiles are loaded using the src attribute from the color-profile element and resolved using the FOP URI resolver. A cmyk function accepting 4 arguments (values ranging from 0%-100% or 0.0-1.0) is also available. The PDF renderer will generate DeviceCMYK colors based on the provided values, the other renderers will use a "standard" cmyk-rgb conversion and generated rgb colors. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
