Reputation: 583
I have a rails 5.2.3 project, and I'm using the refile gem to upload files
How can I add a watermark from my file which is in my assets/images directory called logo.jpg?
Upvotes: 0
Views: 723
Reputation: 8561
You can use rmagick to do that.
https://adityashedge.wordpress.com/2015/01/11/watermarking-images-with-imagemagick/
Upvotes: 0