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.. Is there any way for this..actually i need this because i am going to use multiple language support for my site (typing text) and i want to display it in to mobile phones.. but lot of mobile didn''t support multi language, so that i planed to convert it, to an image so that.. i can easily display it... Is there any way do it.. Very soon Replys are greatly appricate.. Thank'' Jak --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Arun Kumar wrote:> 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.. Is there any way for this..actually i need this because i am > going > to use multiple language support for my site (typing text) and i want to > display it in to mobile phones.. but lot of mobile didn''t support multi > language, so that i planed to convert it, to an image so that.. i can > easily > display it... Is there any way do it.. > Very soon Replys are greatly appricate.. > > Thank'' > Jakuse image_tag -- Posted via http://www.ruby-forum.com/.
you can use rmagick, here''s the explanation : http://www.mustap.com/rubyzone_post_185_manipulating-images-with-rma On Mon, Aug 24, 2009 at 1:01 PM, Wap Addon <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Arun Kumar wrote: > > 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.. Is there any way for this..actually i need this because i am > > going > > to use multiple language support for my site (typing text) and i want to > > display it in to mobile phones.. but lot of mobile didn''t support multi > > language, so that i planed to convert it, to an image so that.. i can > > easily > > display it... Is there any way do it.. > > Very soon Replys are greatly appricate.. > > > > Thank'' > > Jak > > use image_tag > -- > Posted via http://www.ruby-forum.com/. > > > >-- David Angga Prasetya Ruby on Rails developer http://www.wgs.co.id --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
To :David Angga Prasetya Thanks for the quick response, it is really great, i went through link. now i have a clear idea.apart from that.(Actually i am quite new to web world,) i need to type multiple language in the text area field, is there anyway ? i saw documentation on i18n, globalize but.. it all are basically used to translated for local language(may be i am wrong).. is there any other thing which is work for me. Thanks..... On Mon, Aug 24, 2009 at 11:49 AM, David Angga <carsmetic.oc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> you can use rmagick, > here''s the explanation : > http://www.mustap.com/rubyzone_post_185_manipulating-images-with-rma > > On Mon, Aug 24, 2009 at 1:01 PM, Wap Addon < > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> >> Arun Kumar wrote: >> > 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.. Is there any way for this..actually i need this because i am >> > going >> > to use multiple language support for my site (typing text) and i want to >> > display it in to mobile phones.. but lot of mobile didn''t support multi >> > language, so that i planed to convert it, to an image so that.. i can >> > easily >> > display it... Is there any way do it.. >> > Very soon Replys are greatly appricate.. >> > >> > Thank'' >> > Jak >> >> use image_tag >> -- >> Posted via http://www.ruby-forum.com/. >> >> >> > > > -- > David Angga Prasetya > Ruby on Rails developer > http://www.wgs.co.id > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---