ImageFormat
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ImageFormat extends System.Enum
Represents the file format of the image.
Fields
Field | Description |
---|---|
MemoryBmp | Represents the format of a bitmap in memory. |
Bmp | Represents the bitmap (BMP) image format. |
Emf | Represents the enhanced metafile (EMF) image format. |
Wmf | Represents the Windows metafile (WMF) image format. |
Gif | Represents the Graphics Interchange Format (GIF) image format. |
Jpeg | Represents the Joint Photographic Experts Group (JPEG) image format. |
Png | Represents the W3C Portable Network Graphics (PNG) image format. |
Tiff | Represents the Tagged Image File Format (TIFF) image format. |
Exif | Represents the Exchangeable Image File (Exif) format. |
Icon | Represents the Windows icon image format. |
MemoryBmp
public static final int MemoryBmp
Represents the format of a bitmap in memory.
Bmp
public static final int Bmp
Represents the bitmap (BMP) image format.
Emf
public static final int Emf
Represents the enhanced metafile (EMF) image format.
Wmf
public static final int Wmf
Represents the Windows metafile (WMF) image format.
Gif
public static final int Gif
Represents the Graphics Interchange Format (GIF) image format.
Jpeg
public static final int Jpeg
Represents the Joint Photographic Experts Group (JPEG) image format.
Png
public static final int Png
Represents the W3C Portable Network Graphics (PNG) image format.
Tiff
public static final int Tiff
Represents the Tagged Image File Format (TIFF) image format.
Exif
public static final int Exif
Represents the Exchangeable Image File (Exif) format.
Icon
public static final int Icon
Represents the Windows icon image format.