Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ImageFormat


public interface ImageFormat

Specifies the format of the image


Field Summary
static int BMP
          the bitmap image
static int EMF
          the enhanced Windows metafile image format (EMF).
static int GIF
          the Graphics Interchange Format (GIF) image format.
static int ICON
          the Windows icon 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 SVG
          Scalable Vector Graphics (SVG)
static int SVGZ
          gzip-compressed SVG files
static int TIFF
          the Tag Image File Format (TIFF) image format.
static int UNKNOWN
          unknown image format
static int WMF
          the Windows metafile (WMF) image format.
 

Field Detail

UNKNOWN

static final int UNKNOWN
unknown image format

See Also:
Constant Field Values

BMP

static final int BMP
the bitmap image

See Also:
Constant Field Values

EMF

static final int EMF
the enhanced Windows metafile image format (EMF).

See Also:
Constant Field Values

GIF

static final int GIF
the Graphics Interchange Format (GIF) image format.

See Also:
Constant Field Values

JPEG

static final int JPEG
the Joint Photographic Experts Group (JPEG) image format.

See Also:
Constant Field Values

PNG

static final int PNG
the W3C Portable Network Graphics (PNG) image format.

See Also:
Constant Field Values

WMF

static final int WMF
the Windows metafile (WMF) image format.

See Also:
Constant Field Values

ICON

static final int ICON
the Windows icon image format.

See Also:
Constant Field Values

TIFF

static final int TIFF
the Tag Image File Format (TIFF) image format.

See Also:
Constant Field Values

SVG

static final int SVG
Scalable Vector Graphics (SVG)

See Also:
Constant Field Values

SVGZ

static final int SVGZ
gzip-compressed SVG files

See Also:
Constant Field Values