Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.10, 1.8.11, 2.0.0
-
Component/s: PDModel
-
Labels:
-
Environment:Observed on both Linux and Mac
Description
When I run pdfbox-app ExtractImages on a PDF containing an image with a DeviceRGB colorspace, the resulting JPEG file is very large (5.3MB, while the source PDF is 320KB).
I see this with the 2.0.0-RC2 release, I also encounter the problem with a build from today's trunk.
If I modify the code to force usage of ImageIO, a valid JPEG file results.
The image extracts properly in the 1.8.10 version.