class PixelUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static ImageFormatDescription[] |
supportedFormats |
| Modifier | Constructor and Description |
|---|---|
private |
PixelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Pixels |
imageToPixels(Image image) |
static Image |
pixelsToImage(Pixels pix) |
protected static boolean |
supportedFormatType(java.lang.String type) |
private static ImageFormatDescription[] supportedFormats