Package nom.tam.image.tile.operation
package nom.tam.image.tile.operation
Interfaces and base classes for handling image tiles (primarily for internal use) . It's weird that these classes aren't bundled with the rest of the tiling support, but that's life.
The classes of these package are used internally, e.g. by CompressedImageHDU
and CompressedTableHDU
, which are typically the main compression classes the
user will interact with.
- See Also:
-
ClassDescriptionAbstractTiledImageOperation<OPERATION extends ITileOperation>A base implementation of 2D image tile compression.(for internal use) A base implementation of parallel processing of tiles.2D image tile compression interface.(for internal use) Interface for performing parallel operations on serialized 2D image tiles.ITileOperationInitialisation<OPERATION extends ITileOperation>(for internal use) Interface for initializing parallel operations on 2D image tiles.The area represented by a 2D tile in an image, including its location inside the image and its size.