What endpoint should be used to transform existing images?
All images which have been uploaded, have various formats and can consume much space. Now I want to walk through my images and apply some transformations for them. I recently found an explicit method, but there is no endpoint there, only documentation for API usage.
-
Hi Alex,
Thank you for contacting us.
You can transform images on-the-fly by specifying the transformations directly in the URL. For example, scaling the image to a 350X300 image while applying the `sepia` effect -
http://res.cloudinary.com/demo/image/upload/w_350,h_300,c_scale,e_sepia/sample.jpg
If you meant to normalise the stored images, you'll need to re-upload the image and apply incoming transformations
Hope it helps, please let me know if you have any further questions.
Best,
Maor
Post is closed for comments.
Comments
1 comment