Enumeration
ImageFormat
public enum ImageFormat: String, Equatable, Hashable, CaseIterable
A type that can be used to specify the desired output format of an image
Relationships
Conforms To
CaseIterable
Equatable
Hashable
String
Enumeration Cases
jpeg
case jpeg
The JPEG format
jpeg2000
case jpeg2000
The JPEG2000 format
tiff
case tiff
The TIFF format
pict
case pict
The PICT format
gif
case gif
The GIF format
png
case png
The PNG format
quickTimeImage
case quickTimeImage
The QuickTime Image format
appleICNS
case appleICNS
The Apple ICNS format
bmp
case bmp
The BMP format
ico
case ico
The ICO format
raw
case raw
The RAW format
svg
case svg
The SVG format