MetadataKey

public enum MetadataKey : String

メタデータを指定する際に利用する列挙型

  • EXIF

    Declaration

    Swift

    case exif = "{Exif}"
  • gps

    GPS

    Declaration

    Swift

    case gps = "{GPS}"
  • IPTC

    Declaration

    Swift

    case iptc = "{IPTC}"
  • JFIF

    Declaration

    Swift

    case jfif = "{JFIF}"
  • TIFF

    Declaration

    Swift

    case tiff = "{TIFF}"
  • カラーモデル

    Declaration

    Swift

    case colorModel = "ColorModel"
  • 向き

    Declaration

    Swift

    case orientation = "Orientation"
  • 画像の幅

    Declaration

    Swift

    case pixelWidth = "PixelWidth"
  • 画像の高さ

    Declaration

    Swift

    case pixelHeight = "PixelHeight"
  • 画像の深度

    Declaration

    Swift

    case depth = "Depth"
  • プロファイル名

    Declaration

    Swift

    case profileName = "ProfileName"
  • 解像度の幅

    Declaration

    Swift

    case dpiWidth = "DPIWidth"
  • プライマリーイメージ

    Declaration

    Swift

    case primaryImage = "PrimaryImage"