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 2019/11/16 09:20:00 UTC

[jira] [Created] (PDFBOX-4691) JPEGFactory should not decode JPEG files when only meta data is needed

Tilman Hausherr created PDFBOX-4691:
---------------------------------------

             Summary: JPEGFactory should not decode JPEG files when only meta data is needed
                 Key: PDFBOX-4691
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4691
             Project: PDFBox
          Issue Type: Improvement
    Affects Versions: 2.0.17
            Reporter: Tilman Hausherr
            Assignee: Tilman Hausherr
             Fix For: 2.0.18, 3.0.0 PDFBox


{{JPEGFactory.createFromByteArray}} calls {{JPEGFactory.readJPEGRaster}} to get the (decoded) raster although only meta data (size and number of data elements) is needed. This should be optimized so that only the meta data is used, if possible. The current behavior should be kept as fallback.



--
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