ImageSpecs
The ImageSpecs object describes the pixel dimensions of an image Asset. It is returned as image_specs directly on the asset object.
¶ Properties
| Field | Type | Description |
|---|---|---|
height |
integer | Image height in pixels |
width |
integer | Image width in pixels |
Note: An asset carries exactly one set of file specifications, and image_specs is the only one today. Since assets are images, every asset returns it.