[ https://issues.apache.org/jira/browse/PDFBOX-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Duffy updated PDFBOX-522: -------------------------------- Attachment: nonRGB.patch PDIndexed.pdf I've attached a new version of the page and a PDF that shows it in action. Without, there is a stack trace and no image in the top right, with there is no stack trace and the image shows up. This PDF combined with this patch shows up a clipping bug in PageDrawer; I'll post another ticket for that. > PDIndexed.java does not support a base color space other than DeviceRGB > ----------------------------------------------------------------------- > > Key: PDFBOX-522 > URL: https://issues.apache.org/jira/browse/PDFBOX-522 > Project: PDFBox > Issue Type: Bug > Components: PDModel > Affects Versions: 0.8.0-incubator > Reporter: Andrew Duffy > Priority: Minor > Attachments: nonRGB.patch, nonRGB.patch, PDIndexed.pdf > > > PDIndexed.createColorModel assumes that the string or stream is interleaved > RGB values; thius is only the case if the underlying colour space is > DeviceRGB. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.