Class TiledImageCompressionOperation

  • All Implemented Interfaces:
    ITiledImageOperation

    public class TiledImageCompressionOperation
    extends AbstractTiledImageOperation<nom.tam.image.compression.tile.TileCompressionOperation>
    This class represents a complete tiledImageOperation of tileOperations describing an image ordered from left to right and top down. the tileOperations all have the same geometry only the tileOperations at the right side and the bottom side can have different sizes.
    • Constructor Detail

      • TiledImageCompressionOperation

        public TiledImageCompressionOperation​(BinaryTable binaryTable)
        create a TiledImageCompressionOperation based on a compressed image data.
        Parameters:
        binaryTable - the compressed image data.