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

Tilman Hausherr updated PDFBOX-4655:
------------------------------------
    Description: 
[[email protected]] 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 endure maximal compression. PNG is a 
lossless format so there is no risk.

Todo:
- use flexible default value
- mention in Javadoc
- change command line tools (PDFToImage / ExtractImages)
- change one test

  was:
[[email protected]] 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.

Todo:
- use flexible default value
- mention in Javadoc
- change command line tools (PDFToImage / ExtractImages)
- change one test


> 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
>
>
> [[email protected]] 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 endure maximal compression. PNG is a 
> lossless format so there is no risk.
> Todo:
> - use flexible default value
> - mention in Javadoc
> - change command line tools (PDFToImage / ExtractImages)
> - change one test



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

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

Reply via email to