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

Tilman Hausherr commented on PDFBOX-5738:
-----------------------------------------

{code:xml}
<?xml version="1.0" encoding="UTF-8"?><javax_imageio_1.0>
  <Chroma>
    <ColorSpaceType name="YCbCr"/>
    <NumChannels value="4"/>
  </Chroma>
  <Compression>
    <CompressionTypeName value="JPEG"/>
    <Lossless value="FALSE"/>
    <NumProgressiveScans value="1"/>
  </Compression>
  <Dimension>
    <ImageOrientation value="Normal"/>
  </Dimension>
  <Transparency>
    <Alpha value="nonpremultipled"/>
  </Transparency>
</javax_imageio_1.0>
{code}

> Wrong colors in PDF since PDFBOX-5488
> -------------------------------------
>
>                 Key: PDFBOX-5738
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5738
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>            Reporter: Oliver Schmidtmer
>            Priority: Major
>         Attachments: Rechnung 983312924 (Carbagas).pdf
>
>
> Since the workaround for PDFBOX-5488, the attached PDF has wrong colors.
> The base issue from PDFBOX-5488 might be a difference between the reported 
> color space from the metadata-tree for the user and the raw pixel data when 
> readRaster is used, at least if I understand this correctly:
> [https://github.com/haraldk/TwelveMonkeys/issues/571]
> For the default JPEG Image Reader this is not a problem, as 
> reader.getImageMetadata throws an Exception "javax.imageio.IIOException: JFIF 
> APP0 must be first marker after SOI" and "getAdobeTransformByBruteForce" is 
> used instead of "getAdobeTransform".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to