jaitools
jaitools copied to clipboard
Introduce improved ImageLayout
Original author: [email protected] (June 15, 2011 11:55:51)
JAI's ImageLayout class could be used to ask ImageReaders to retile images on the fly using the ImageRead operation. However this does not always work since hashing does not account for the fact that we might not have all the fields properly filled at all times.
We need to provide an improved version of the ImageLayout.
Original issue: http://code.google.com/p/jaitools/issues/detail?id=43
From [email protected] on June 15, 2011 11:55:52 added code on trunk