I'm working in Rails and I'm looking for a library/gem/plugin to generate a graphic from text. Google Maps doesn't allow you to overlay text, only graphics so I'm looking for a back door to overlay text. Suggestions?
+1
A:
You need something like RMagick, though that particular library has been known to leak memory.
Ben Alpert
2009-03-08 22:20:16
+5
A:
Take a look at RMagick.
To draw text using RMagick, you need to use one the text or annotate methods.
Can Berk Güder
2009-03-08 22:21:50