[cairo-bugs] [Bug 63302] Mask problem in pdf

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 19 00:18:33 PDT 2015


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

--- Comment #16 from Massimo <sixtysix at inwind.it> ---
(In reply to Massimo from comment #15)
> Created attachment 118973 [details]
> test case

The GIMP issue, as I understood it, is probably a poppler bug
where a raster surface is resampled using unpremultiplied
components and so suffering of color bleeding.

the black color attributed to completely transparent pixels
is used interpolating partly transparent pixels and appears
at the border of white shapes drawn above a white background.

The attached program saves a pdf that when opened in GIMP
is completely white if you set a resolution of 72 dpi, but
shows the grey arc shape when a different resolution is chosen.

Similarly behaves pdftocairo: the output of

pdftocairo -png -rx 72 -ry 72 bug-63302.pdf bug-63302.72-dpi

is completely white, whereas the output of

pdftocairo -png bug-63302.pdf bug-63302.150-dpi

shows the grey arc outline.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20151019/9cacd61e/attachment.html>


More information about the cairo-bugs mailing list