Package nom.tam.image
package nom.tam.image
Image tiling support. Tiling allows storing or retrieving large images in smaller chunks efficiently, thus speeding
up access when one is interested in select areas only, without need for the entire image. It is widely used in
conjuction with compression to allow efficient transport and handling of some very large images.
-
ClassDescriptionImage tiling interface.Standard image tiling implementation.Simple streaming image tile implementation.