Summary: | patch to make -level1sep write gray instead of cmyk | ||
---|---|---|---|
Product: | poppler | Reporter: | William Bader <williambader> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | williambader |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch to make -level1sep write gray instead of cmyk |
Description
William Bader
2011-07-06 12:27:41 UTC
Why @@ -506,7 +506,6 @@ " /pdfTextClipPath [] def } def", "~1ns", "% Level 1 image operators", - "~1n", "/pdfIm1 {", " /pdfImBuf1 4 index string def", " { currentfile pdfImBuf1 readhexstring pop } image", ? >Why
Thanks for looking at the patches so quickly.
pdfIm1 and pdfIm1Bin used to be for level1 only.
With the patches, level1sep can now use it when it finds a gray bitmap, so pdfIm1 and pdfIm1Bin are needed for both level1 and level1sep.
Since the preceding line is already for ~1ns, I removed the ~1n instead of changing it to a redundant ~1ns.
William
Patch is in |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.