Class Transferer.DoubleToByte

Enclosing class:
Transferer

private static final class Transferer.DoubleToByte extends Transferer.DoubleToInteger
Read double values from the source raster and write unsigned byte values in a temporary buffer. The floating point values will be rounded and clamped to the range of the integer type.
  • Constructor Details

    • DoubleToByte

      DoubleToByte(Raster source, WritableRaster target, Rectangle aoi)
      Creates a new instance for transferring data between the two specified rasters.
  • Method Details