You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (Jira)" <ji...@apache.org> on 2019/12/23 22:17:03 UTC

[jira] [Closed] (PDFBOX-4655) ImageIOUtil.WriteImage creates huge PNG images when used with default quality on jdk11

     [ https://issues.apache.org/jira/browse/PDFBOX-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-4655.
--------------------------------------

> ImageIOUtil.WriteImage creates huge PNG images when used with default quality on jdk11
> --------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-4655
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4655
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.0.17
>            Reporter: Tilman Hausherr
>            Assignee: Tilman Hausherr
>            Priority: Major
>              Labels: imageio, jdk11, jdk12, jdk13, png
>             Fix For: 2.0.18, 3.0.0 PDFBox
>
>
> [~tallison@apache.org] pointed us to a build failure in Tika on jdk11. The cause may be different .PNG files - I noticed that PNG files saved with ImageIOUtil.write() are huge when done with default quality on jdk12 / 13, which is 1. In the past (jdk8 and before) that parameter had no effect for PNG files but apparently no more.
> Thus I'll set compressionQuality to 0 to ensure maximal compression. PNG is a lossless format so there is no risk.
> Todo:
> - use flexible default value
> - mention in Javadoc
> - change command line tool PDFToImage
> - change one test



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