GetImageVariantVariantOptions

data class GetImageVariantVariantOptions(val fit: String, val height: Double, val metadata: String, val width: Double)

Constructors

Link copied to clipboard
constructor(fit: String, height: Double, metadata: String, width: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fit: String

The fit property describes how the width and height dimensions should be interpreted. Available values: "scale-down", "contain", "cover", "crop", "pad".

Link copied to clipboard

Maximum height in image pixels.

Link copied to clipboard

What EXIF data should be preserved in the output image. Available values: "keep", "copyright", "none".

Link copied to clipboard

Maximum width in image pixels.