Fix for UseCIEColor in PDF 1.4 transparency
Raph Levien <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi all, This simple fix enables UseCIEColor in PDF 1.4 transparent files. Bugs 458775, 558435, 592837, 656510, and 686782, were left open because rendering didn't exactly match Acroread. With this fix, the appearance is verified to match exactly when the UseCIEColor option is set (the same behavior as non-transparent), so these bugs are closed. This bug is very unlikely to cause regressions because we don't run them with -dUseCIEColor, but just in case I will hold off committing until the next round of commits settles down. Raph Index: src/gdevp14.c =================================================================== RCS file: /cvs/ghostscript/gs/src/gdevp14.c,v retrieving revision 1.19 diff -C2 -r1.19 gdevp14.c *** src/gdevp14.c 15 Aug 2003 22:32:02 -0000 1.19 --- src/gdevp14.c 29 Oct 2003 05:45:42 -0000 *************** *** 979,982 **** --- 979,983 ---- COPY_ARRAY_PARAM(HWMargins); COPY_PARAM(PageCount); + COPY_PARAM(UseCIEColor); #undef COPY_ARRAY_PARAM #undef COPY_PARAM