-
Enhancement
-
Resolution: Fixed
-
P4
-
7u6
We should consider reducing the memory needed by JPEG loader when down-scaling. See RT-20295 for a test case. Currently we load the entire image in memory and then down-scale it, which is technically correct, but uses more memory than might be needed if we scaled as part of the loader.
This would complicate the loader, so we may or may not want to actually implement this.
This would complicate the loader, so we may or may not want to actually implement this.
- relates to
-
JDK-8095528 Error loading JPG image when scaling
- Resolved
-
JDK-8125256 JPEG loading is really slow for thumbnails
- Resolved