1

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
netwire
  • 7,108
  • 12
  • 52
  • 86

1 Answers1

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