I’m using the gem called paperclip
Now user can upload the images with its function.
Is it possible to put the url of the web site onto this image uploaded when it’s being saved into public dir?
I’m using the gem called paperclip Now user can upload the images with its
Share
It can be done with the help of ImageMagick
This railscasts video shows how to work with ImageMagick.
After that, you can take a look at this document to see how you can annotate the image with text values.
Exmaple of annotation using ImageMagick