You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Stéphane Vallée (Jira)" <ji...@apache.org> on 2021/05/20 17:55:00 UTC

[jira] [Created] (PDFBOX-5196) Wrong color space detected for some Jpeg images

Stéphane Vallée created PDFBOX-5196:
---------------------------------------

             Summary: Wrong color space detected for some Jpeg images
                 Key: PDFBOX-5196
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5196
             Project: PDFBox
          Issue Type: Bug
          Components: Parsing
    Affects Versions: 2.0.23
            Reporter: Stéphane Vallée
         Attachments: lotus.jpg

When retrieving the number of components in a jpeg image, class org.apache.pdfbox.pdmodel.graphics.image.JPEGFactory seems to retrieve the wrong metadata ("markerSequence/sos/@numScanComponents" instead of "markerSequence/sof/@numFrameComponents").

As a consequence, a wrong color space might be assigned to the image, preventing such image to be properly rendered in an PDF document.

Attached is a jpeg file whose color space will be wrongly determined (PDDeviceGray.INSTANCE instead of PDDeviceRGB.INSTANCE)

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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