0

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?

Yury Matusevich
  • 988
  • 12
  • 22
gustavoanalytics
  • 584
  • 6
  • 18

1 Answers1

0

You can use rmagick to do that.

https://adityashedge.wordpress.com/2015/01/11/watermarking-images-with-imagemagick/

zawhtut
  • 8,335
  • 5
  • 52
  • 76