- learning
- guides
- #map-image-operations
Map image processing operations between Uploadcare, Filestack and Cloudinary
Transferring your files from other services using our Migro tool is a necessary first step. Sometimes this process is not sufficient — for instance, when you need to transfer images.
Modern CDNs often provide rich URL-based APIs for image transformations. The complexity of these solutions makes text-based guides a poor means of their description.
We've come up with a solution to this issue. Below is a little application that can help you discover how to translate the API methods of Filestack, and Cloudinary.
We chose and illustrated several methods that our clients use frequently. We’re working on enriching this app’s functionality, so if it’s useful to you and you’d like to see more operations in it, please contact us.
Find all Uploadcare image operations in our Documentation.
Map using this app
CDN:
Select CDN
Transformations:
Select transformation
Tables of operations
Cloudinary
Operation | Cloudinary | Uploadcare |
---|---|---|
a (angle) | a_90/ | -/rotate/270/ |
c (crop/resize) | c_crop,h_400,w_400/ | -/crop/400x400/center/ |
q (quality) | q_auto:best/ | -/quality/best/ |
e (effect) grayscale | e_grayscale/ | -/grayscale/ |
Filestack
Operation | Filestack | Uploadcare |
---|---|---|
Resize | resize=width:400/ | -/resize/400x/ |
Crop | crop=dim:[0,0,400,400]/ | -/crop/400x400/0,0/ |
Flip | flip/ | -/flip/ |
Flop | flop/ | -/mirror/ |
If you have questions or suggestions, be sure to contact our friendly Support engineers at help@uploadcare.com!