ImageFormat

public enum ImageFormat : UInt32, CaseIterable, Codable

Image format.

  • png

    The image data is in a compressed PNG format, no decompression or processing has been performed on it.

    Declaration

    Swift

    case png = 0
  • svg

    The image data is in SVG Tiny format

    Declaration

    Swift

    case svg = 1