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

ValueDescription
JPEGJPEG (Joint Photographic Experts Group) image format.
PNGPNG (Portable Network Graphics) image format.
GIFGIF (Graphics Interchange Format) image format.
BMPBMP (Bitmap) image format.
UNKNOWNUnknown or unrecognized image format.

See Also