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?
I’m working in Rails and I’m looking for a library/gem/plugin to generate a graphic
Share
Take a look at RMagick.
To draw text using RMagick, you need to use one the text or annotate methods.