how to create images with dynamic text using RoR?

Hi to all,

Here is the good question for Rails expert. can you any please help me to solve this issue…

In one of my Rails web application, i need to create images with dynamic text. I found the solution for this task in PHP. But i need the same processes to do in Rails. Below is the URL which i found the solution in PHP.

http://www.icemelon.com/tutorials/9/Dynamic_Images.htm

Thanks

P.Gokula murthy

gokul murthy wrote:

In one of my Rails web application, i need to create images with dynamic text. I found the solution for this task in PHP. But i need the same processes to do in Rails. Below is the URL which i found the solution in PHP

I've used RMagick with great success:

http://rmagick.rubyforge.org/