Hello, i am very new to ROR. i want to use ROR to generate a dynamic image which is a combinationn of some other images and some strings. and then people can use <img src=www.mysite.com/makeMeAnImage> tag to display that image. like the web page counters, which is a combination of a serious of images of numbers. is there any ROR library can do this? or i have to use php for that? thanks. Yu -- Posted via http://www.ruby-forum.com/.
On 8/9/06, Yu <earth2@gmail.com> wrote:> Hello, i am very new to ROR. > > i want to use ROR to generate a dynamic image which is a combinationn of > some other images and some strings. and then people can use <img > src=www.mysite.com/makeMeAnImage> tag to display that image. like the > web page counters, which is a combination of a serious of images of > numbers. > > is there any ROR library can do this? or i have to use php for that?RMagick is one option. http://rmagick.rubyforge.org/
On 09 Aug 2006, at 17:30, Yu wrote:> Hello, i am very new to ROR. > > i want to use ROR to generate a dynamic image which is a > combinationn of > some other images and some strings. and then people can use <img > src=www.mysite.com/makeMeAnImage> tag to display that image. like the > web page counters, which is a combination of a serious of images of > numbers. > > is there any ROR library can do this? or i have to use php for that?Check out RMagick at http://rmagick.rubyforge.org/ Best regards Peter De Berdt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060814/08e4dd47/attachment.html