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

FieldDescription
MemoryBmpRepresents the format of a bitmap in memory.
BmpRepresents the bitmap (BMP) image format.
EmfRepresents the enhanced metafile (EMF) image format.
WmfRepresents the Windows metafile (WMF) image format.
GifRepresents the Graphics Interchange Format (GIF) image format.
JpegRepresents the Joint Photographic Experts Group (JPEG) image format.
PngRepresents the W3C Portable Network Graphics (PNG) image format.
TiffRepresents the Tagged Image File Format (TIFF) image format.
ExifRepresents the Exchangeable Image File (Exif) format.
IconRepresents 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.