orientation
Changes the orientation of the image using Exif standard values for orientation tag.
Images will be automatically rotated by imglab using Exif orientation tag if available. Only use orientation parameter in the case that you want to explicitly apply an orientation for your images.
1
2
3
180
4
5
6
90
7
8
270
Specify a orientation of 2 with orientation=2 parameter to mirror the image horizontally:
orientation=2
GET https://assets.imglab-cdn.net/flowers.jpeg?orientation=2 x px
https://assets.imglab-cdn.net/flowers.jpeg?orientation=2
Specify a orientation of 90 with orientation=90 parameter to rotate the image 90º CW:
orientation=90
GET https://assets.imglab-cdn.net/flowers.jpeg?orientation=90 x px
https://assets.imglab-cdn.net/flowers.jpeg?orientation=90