Is there a way to add text onto an image via an automated fashion, such as what http://www.pinwords.com/ can do? I'm using Rails so anything that's API driven or Rails compatible would work.
Asked
Active
Viewed 688 times
1 Answers
1
http://www.imagemagick.org/ can do many different kinds of image manipulation including adding text. It has a ruby interface.

e2e8
- 119
- 1
- 10
-
Apparently imageMagick is already part of heroku. http://stackoverflow.com/questions/3963892/heroku-running-imagemagick-w-paperclip https://groups.google.com/forum/?fromgroups#!topic/heroku/Ba4xEHutj84 – e2e8 Jul 23 '12 at 13:33