I am looking for gems that will allow me to resize and watermark uploaded images.
I see a lot of posts on ImageScience and Mini-Magick but nothing that recent. I am looking for any experiences that will help me make a decision.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d recommend using Paperclip to upload the images.
With Paperclip you define how you want the images to be processed after uploading.
Auto resizing is accomplished by setting values in your upload Model
Here is a good example of creating a Post Processors and another for adding a watermark with ImageMagick.
Of note is that you already have an application (with uploaded images) live, you can “re-run” the Paperclip commands over it again with the command: