public final class ImageStreamFormat extends Object
Enumerable of data formats of images.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Specifies that the image format is BMP.
|
static int |
Gif
Specifies that the image format is GIF.
|
static int |
Jpg
Specifies that the image format is JPG.
|
static int |
Png
Specifies that the image format is PNG.
|
static int |
Tiff
Specifies that the image format is TIFF.
|
public static final int Bmp
Specifies that the image format is BMP.
public static final int Gif
Specifies that the image format is GIF.
public static final int Jpg
Specifies that the image format is JPG.
public static final int Png
Specifies that the image format is PNG.
public static final int Tiff
Specifies that the image format is TIFF.