RenderedImage
, CachableRed
public class Any2sRGBRed extends AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth
Constructor | Description |
---|---|
Any2sRGBRed(CachableRed src) |
Construct a luminace image from src.
|
Modifier and Type | Method | Description |
---|---|---|
static WritableRaster |
applyLut_INT(WritableRaster wr,
int[] lut) |
|
WritableRaster |
copyData(WritableRaster wr) |
|
protected static ColorModel |
fixColorModel(CachableRed src) |
This function 'fixes' the source's color model.
|
protected static SampleModel |
fixSampleModel(CachableRed src) |
This function 'fixes' the source's sample model.
|
static boolean |
is_INT_PACK_COMP(SampleModel sm) |
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfo
public Any2sRGBRed(CachableRed src)
src
- The image to convert to a luminance imagepublic static boolean is_INT_PACK_COMP(SampleModel sm)
public static WritableRaster applyLut_INT(WritableRaster wr, int[] lut)
public WritableRaster copyData(WritableRaster wr)
protected static ColorModel fixColorModel(CachableRed src)
protected static SampleModel fixSampleModel(CachableRed src)
Copyright © 2018 Apache Software Foundation. All rights reserved.