ImageFormat
public enum ImageFormat
Represents image format.
- unknown: The format cannot be recognized or not supported yet.
- PNG: PNG image format.
- JPEG: JPEG image format.
- GIF: GIF image format.
-
The format cannot be recognized or not supported yet.
Declaration
Swift
case unknown
-
PNG image format.
Declaration
Swift
case PNG
-
JPEG image format.
Declaration
Swift
case JPEG
-
GIF image format.
Declaration
Swift
case GIF
-
Declaration
Swift
public enum JPEGMarker