Details of derived (transformed) image
Is there a way to get details of derived (transformed) image? I want to get width and height of image after fit transform.
-
Hi
It's possible to see the details of a single transformation (or a list of up to 100) by using the "transformation" method in our Admin API.
You can see an example of how to that in the link below:
http://cloudinary.com/documentation/admin_api#details_of_a_single_transformation
0 -
But I don't want to see details of single transformation. I want to see details of transformed image.
For example when image is transformed by Crop Fit to width 300 and height 400 it can have real width 250 not 300. And I want to get this real width. How can I do that?
0 -
Hi again,
Currently, there is no option to see the dimensions using our API.
You could see the dimensions by opening the derivative and using the "inspect" option of the browser.
Please let me know if you need assistance with doing that.
0
Post is closed for comments.
Comments
3 comments