ImageType
Overview
ImageType is a enum in Aspose.Cells FOSS for Java.
Identifies the format of an embedded image.
This enumeration defines 5 values: JPEG, PNG, GIF, BMP, UNKNOWN.
Description
ImageType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ImageType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
JPEG | JPEG (Joint Photographic Experts Group) image format. |
PNG | PNG (Portable Network Graphics) image format. |
GIF | GIF (Graphics Interchange Format) image format. |
BMP | BMP (Bitmap) image format. |
UNKNOWN | Unknown or unrecognized image format. |