Editing Functionality in cloudinary
Helo,
I have following queries:
1. Cloudinary widget when opened in "cropping mode" crops .png and .jpeg images just fine but doesn't show the cropper for .bmp and .tiff images, it directly save those images instead.
2. Does cloudinary widget provide image edit functionality like rotate,zoom where user can see the result of editing on screen(in widget or some other tool)and then save it.
3. Does cloudinary provide any editor for editing images mainly rotate,crop and zoom in.
-
Hi Rahul,
Thank you for contacting us.
Any file that is not an image or video file is treated as a 'raw' file, and means that these files are stored as-is when uploaded to Cloudinary. No transformations on uploaded raw files are currently available: you can simply access the uploaded files through a dynamic CDN URL in the same way you access images. This applies to cropping mode in the widget for .bmp and .tiff images.
We currently don't have an editor to manipulate images with transformations such as rotate and zoom. However, you can add these transformations directly on-the-fly to image URLs. For example, https://res.cloudinary.com/demo/image/upload/g_face,c_crop,z_1.3,a_4/woman.jpg
Please take a look at the following for more information- https://cloudinary.com/documentation/image_transformations#zoom_level
Hope this helps, please let me know if you have any further questions.
Thanks,
Raya
Post is closed for comments.
Comments
1 comment