public final class ImageFormat
extends com.aspose.ms.System.Enum
Specifies the file format of the image.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
The bitmap (BMP) image format.
|
static int |
Gif
The Graphics Interchange Format (GIF) image format.
|
static int |
Jpeg
The Joint Photographic Experts Group (JPEG) image format.
|
static int |
Png
The W3C Portable Network Graphics (PNG) image format.
|
static int |
Tiff
The Tagged Image File Format (TIFF) image format.
|
public static final int Jpeg
The Joint Photographic Experts Group (JPEG) image format.
public static final int Png
The W3C Portable Network Graphics (PNG) image format.
public static final int Bmp
The bitmap (BMP) image format.
public static final int Gif
The Graphics Interchange Format (GIF) image format.
public static final int Tiff
The Tagged Image File Format (TIFF) image format.