public interface ScanlineProvider
extends ar.com.hjg.pngj.IImageLine
Modifier and Type | Method and Description |
---|---|
byte |
getBitDepth()
The bit depth of this image, 1, 2, 4, 8 or 16
|
int |
getHeight()
Image height
|
IndexColorModel |
getPalette()
Returns the palette for this image, or null if the image does not have one
|
int |
getScanlineLength()
The number of byte[] elements in the scaline
|
int |
getWidth()
Image width
|
void |
next(byte[] scaline,
int offset,
int length)
The next scanline, or throws an exception if we got past the end of the image
|
int getWidth()
int getHeight()
byte getBitDepth()
int getScanlineLength()
void next(byte[] scaline, int offset, int length)
IndexColorModel getPalette()
Copyright © 2006–2016 GeoSolutions. All rights reserved.