Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2
-
None
-
None
Description
WorldFileStore currently reads the image using javax.imageio.ImageReader.readAsRenderedImage(…). We should check isImageTiled(…) and canReadRaster(…) values, then if appropriate read data only on a tile-by-tile basis using readTileRaster(…)