Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.8
-
None
-
Patch
Description
Suggested/contributed change to allow subsampling of images and rendering sub-regions of images.
The need arises from having very large images which are highly compressed (usually JPEG or JBIG2). The current implementation decodes the entire image into memory at full resolution, even if rendering is done at a much lower resolution.
Since the change required augmenting the way Filters work (to allow partial/subsampled decoding), it also includes a partial fix for PDFBOX-3340.
This change introduces "DecodeOptions" which are currently only applicable for images. They include requesting only metadata (for PDImageXObject's repair method), subsampling and sub-region (similar to javax.imagio.ImageReadParam).
Since not all filters can or do honor (use) the options, the DecodeOptions class contains a flag. Filters that honor the options (subsample / decode only requested region) set it to true. If the flag is false, the subsampling or cropping should be done after decoding, to ensure consistency.
PageDrawer was modified so it uses subsampling based on the ratio of the desired output to the original image.
Attachments
Attachments
Issue Links
- is related to
-
PDFBOX-4169 PDFPrintable has subsampling but it can not be used
- Closed
- links to