[Poppler-bugs] [Bug 37688] pdftops -level2sep writes RGB color

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 30 08:39:06 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37688

--- Comment #8 from William Bader <williambader at hotmail.com> 2011-05-30 08:39:06 PDT ---
Created an attachment (id=47322)
 View: https://bugs.freedesktop.org/attachment.cgi?id=47322
 Review: https://bugs.freedesktop.org/review?bug=37688&attachment=47322

patch to make -level2sep and -level3sep write gray instead of cmyk

Here is the second half to scan images, and if they are gray, to write gray
instead of cmyk.

Can
  str1 = new CMKYGrayEncoder(str0);
  str = new RunLengthEncoder(str1);
be reduced to
  str = new RunLengthEncoder(new CMKYGrayEncoder(str0));
?

William

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list