public class Jpeg8ImageFormat extends Mono8ImageFormat
| Constructor and Description |
|---|
Jpeg8ImageFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the format name.
|
void |
setData(byte[] rawData)
Sets and decode the data.
|
computeFitting, getHistogramWidth, getRGB, getValue, getValueStr, getWidth, isColorFormatgetHeight, initDefault, isNull, setFittingpublic java.lang.String getName()
IImageFormatgetName in class Mono8ImageFormatpublic void setData(byte[] rawData)
throws java.io.IOException
IImageFormatsetData in class Mono8ImageFormatrawData - Pointer to image datajava.io.IOException