Is it possible to make some image manipulation on Windows? I''ve tried both RMagick and GD2, but they both give me errors... I''ve simply installed the gems and required them in my environment.rb file, but, in the case of GD2 for example, I get is this: uninitialized constant Image How can I solve this? Thanks, Andre --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 9/4/06, Andre <andreagandino-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Is it possible to make some image manipulation on Windows? I''ve tried > both RMagick and GD2, but they both give me errors...RMagick should do what you want. Grab the latest win32 package from http://rubyforge.org/projects/rmagick and follow the installation instructions carefully (it comes with the required ImageMagick installer, make sure you install that, it will probably not work with other versions or existing installations). What errors do you get when using RMagick? Max --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---