You can use the Admin API resource methods while setting the pages
parameter to true
.
For example, in Rails:
Cloudinary::Api.resource("my_image", :pages => true)
The image's number of clipping paths will be returned under the pages
key.
You can also generate images using a specific clipping path.
Comments
0 comments
Please sign in to leave a comment.