You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/03/03 07:32:20 UTC

[jira] [Created] (PDFBOX-1958) image mask outline with shading pattern is invisible

Tilman Hausherr created PDFBOX-1958:
---------------------------------------

             Summary: image mask outline with shading pattern is invisible
                 Key: PDFBOX-1958
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1958
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Tilman Hausherr


This is also somewhat of a regression: two weeks ago, the attached file had the image rendered in b/w, now it is invisible. I was able to get the image in another (wrong) color by changing one line in BeginInlineImage.java, the one with TODO to

            awtImage = image.getStencilImage(colorSpace.toPaint(color, image.getHeight())); // <--- TODO: pass page height?




--
This message was sent by Atlassian JIRA
(v6.2#6252)