Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.17
-
None
Description
JPEGFactory.createFromByteArray calls JPEGFactory.readJPEGRaster to get the (decoded) raster although only meta data (size and number of data elements) is needed. This should be optimized so that only the meta data is used, if possible. The current behavior should be kept as fallback.