Playbook Documentation Beta

Enumeration Snapshot​Support.​Image​Format

public enum ImageFormat

The image format of the exported file.

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

file​Extension

var fileExtension: String

A file extension string for the image file exported by this image format.