hi, i am trying to read very big tiff images (from 100mb up to 3gb) respectively load the images into a BufferedImage. this fails since the system cannot provide enough memory. the only way i see is to split the big image into tiles (jai has support for that, but is platform dependand. so my question (since i could (almost) not find any hints in he javadoc and in the code itself (DataReaderTiled?)): is there already any (hidden) functionality available? and if not, how big is the effort to implement such functionality?
regrads, philipp
