Store slightly smaller original?
We upload images from peoples camera phones and the originals are a bit larger than we need to hang on to, is there a way to maybe resize this first original to something like 1000x1000 and then apply transforms from it moving forward?
0
-
Hi,
Of course:)
You can apply an incoming transformation as part of the upload request.
For example (in Ruby),
Cloudinary::Uploader.upload("sample.jpg", :width => 1000, :height => 1000, :crop => :limit)
For more information -
http://cloudinary.com/documentation/upload_images#incoming_transformations
0
Post is closed for comments.
Comments
1 comment