[Rails] Re: Rmagick issue...

2009-08-31 Thread Arunkumar B
try with encoding option like this require "RMagick" def show_textimg bg = Magick::Image.new(120,20){self.background_color = "#9E9E9E"} ad_text = Magick::Draw.new *ad_text.encoding = "Unicode"* ad_text.text(23,14,@ad.ad_text) # here the input text only working good for english but i want to co

[Rails] Re: Rmagick issue...

2009-08-30 Thread Arunkumar B
Please post your log here to see the error type for those scenarios. 2009/8/28 Arun Kumar > Hi all.. i am working on rails version 1.2.3 (it is must to work on version > 1.2.3) & ruby 1.8.6. For my project i want to convert text in to images > files.. so that i use rmagick.. it is working fine