[ 
https://issues.apache.org/jira/browse/PDFBOX-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940478#comment-14940478
 ] 

Tilman Hausherr commented on PDFBOX-3003:
-----------------------------------------

{{if (COSName.I.equals(csType))}} - shouldn't this be {{if 
(COSName.I.equals(csType) || COSName.INDEXED.equals(csType))}} ? The 
abbreviations are not required: "For convenience, the abbreviations shown in 
the table may be used in place of the fully spelled-out keys".

> Incorrect color space processing for inline images
> --------------------------------------------------
>
>                 Key: PDFBOX-3003
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3003
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: Evgeniy Muravitskiy
>         Attachments: ColorSpaceInlineImages.patch
>
>
> Getting wrong color space for inline images because of abbreviations. (PDF 
> Reference 1.4, chapter 4.8.6). 
> According to specification inline images can use directly (not by names) only 
> 4 color spaces: DeviceGray (Gray), DeviceCMYK (CMYK), DeviceRGB (RGB), 
> Indexed (I).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to