Enumeration
SnapshotSupport.ImageFormat
public enum ImageFormat
The image format of the exported file.
Relationships
Member Of
SnapshotSupport
A namespace for the methods supporting to generate snapshot from scenarios.
Enumeration Cases
png
case png
The PNG image file format.
jpeg
case jpeg(quality: CGFloat)
The JPEG image file format with given compression quality.
Properties
fileExtension
public var fileExtension: String
A file extension string for the image file exported by this image format.