ImageFileFormat enum Core
Enumerates known image file formats.
Supported image file formats.
Enumerates the image file formats that the SDK can produce or accept when rendering images (for example via ImgBase.getRenderableImage).
Some formats may not be supported on all platforms.
Values
- bmp → const ImageFileFormat
-
BMP image file format.
- jpeg → const ImageFileFormat
-
JPEG image file format.
- gif → const ImageFileFormat
-
GIF image file format.
- png → const ImageFileFormat
-
PNG image file format.
- tga → const ImageFileFormat
-
TGA image file format.
- pvrtc → const ImageFileFormat
-
WebP image file format
- autoDetect → const ImageFileFormat
-
Automatically detect image file format.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ImageFileFormat> - A constant List of the values in this enum, in order of their declaration.