ThumbnailMode

public enum ThumbnailMode : CustomStringConvertible, JSONRepresentable

The ThumbnailMode union

  • Scale down the image to fit within the given size.

    Declaration

    Swift

    case strict
  • Scale down the image to fit within the given size or its transpose.

    Declaration

    Swift

    case bestfit
  • Scale down the image to completely cover the given size or its transpose.

    Declaration

    Swift

    case fitoneBestfit
  • Declaration

    Swift

    public var description: String { get }