2.0 Dimensions object

Represents the width and height of an image measured in pixels.

Example

{
  "width": 256,
  "height": 256
}

Fields

Field Type Description
width
required
Integer The width of an image measured in pixels. The value must be positive.
height
required
Integer The height of an image measured in pixels. The value must be positive.