Martin Desruisseaux created SIS-544:
---------------------------------------
Summary: Use tiling when the ImageReader supports it
Key: SIS-544
URL: https://issues.apache.org/jira/browse/SIS-544
Project: Spatial Information Systems
Issue Type: New Feature
Components: Storage
Affects Versions: 1.2
Reporter: Martin Desruisseaux
{{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(…)}}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)