ImageOption

Undocumented

  • Specify the height of the image in pixels to be returned from the API. Valid ranges for height are between 0 and 4000.

    Declaration

    Swift

    case height(UInt)
  • Specify the width of the image in pixels to be returned from the API. Valid ranges for width are between 0 and 4000.

    Declaration

    Swift

    case width(UInt)
  • fit

    Specify options for resizing behavior including . See Fit for available options.

    Declaration

    Swift

    case fit(for: Fit)