Skip to main content

Image transformations

Log in to add to favourites

Properties

NameTypeDescription
sizeobjectThe image height and width resize transformations
flipstringThe orientation flip name to apply
rotateintegerThe image rotation in degrees
cropobjectThe image crop details specifying width and height, and x and y coordinates
qualityintegerThe quality in percentage

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "poster": { "asset": { "sys": { "id": "fab3fdc6-89fd-4efa-bfe0-30722fb87661", "dataFormat": "asset" } }, "caption": "Interstellar Movie Poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "poster": { "asset": { "sys": { "id": "fab3fdc6-89fd-4efa-bfe0-30722fb87661", "dataFormat": "asset", "contentTypeId": "image" } }, "caption": "Interstellar Movie Poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "poster": { "asset": { "sys": { "id": "fab3fdc6-89fd-4efa-bfe0-30722fb87661", "dataFormat": "asset" } }, "caption": "Interstellar Movie Poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }

Still need help?

New support request