Package | Description |
---|---|
org.apache.sanselan.formats.png | |
org.apache.sanselan.formats.png.chunks |
Modifier and Type | Field and Description |
---|---|
protected GammaCorrection |
ScanExpediter.gammaCorrection |
Constructor and Description |
---|
ScanExpediter(int width,
int height,
InputStream is,
BufferedImage bi,
int color_type,
int bitDepth,
int bitsPerPixel,
PNGChunkPLTE pngChunkPLTE,
GammaCorrection gammaCorrection,
TransparencyFilter transparencyFilter) |
ScanExpediterInterlaced(int width,
int height,
InputStream is,
BufferedImage bi,
int color_type,
int BitDepth,
int bits_per_pixel,
PNGChunkPLTE fPNGChunkPLTE,
GammaCorrection fGammaCorrection,
TransparencyFilter fTransparencyFilter) |
ScanExpediterSimple(int width,
int height,
InputStream is,
BufferedImage bi,
int color_type,
int BitDepth,
int bitsPerPixel,
PNGChunkPLTE pngChunkPLTE,
GammaCorrection gammaCorrection,
TransparencyFilter transparencyFilter) |
Modifier and Type | Method and Description |
---|---|
void |
PNGChunkPLTE.correct(GammaCorrection gammaCorrection) |
Copyright © 2007-2012. All Rights Reserved.