java.awt.image.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 java.awt.image.WritableRaster |
applyLut_INT(java.awt.image.WritableRaster wr,
int[] lut) |
|
java.awt.image.WritableRaster |
copyData(java.awt.image.WritableRaster wr) |
|
protected static java.awt.image.ColorModel |
fixColorModel(CachableRed src) |
This function 'fixes' the source's color model.
|
protected static java.awt.image.SampleModel |
fixSampleModel(CachableRed src) |
This function 'fixes' the source's sample model.
|
static boolean |
is_INT_PACK_COMP(java.awt.image.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(java.awt.image.SampleModel sm)
public static java.awt.image.WritableRaster applyLut_INT(java.awt.image.WritableRaster wr, int[] lut)
public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)
protected static java.awt.image.ColorModel fixColorModel(CachableRed src)
protected static java.awt.image.SampleModel fixSampleModel(CachableRed src)
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.