Hi, Please let me know wats the best way to resize the images. I have been working on this since many days but failing to install plugins and son on. I am using 2.3 rails version. Thanks in advance. Srinivas.
What exactly is your work flow? What platform are you on? What tools have you tried and are having trouble with? The defacto solution for Rails is to use Paperclip to handle the image upload and then ImageMagick to manipulate it. http://wiki.github.com/thoughtbot/paperclip has lots of good information. On Sep 14, 8:24 am, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Please let me know wats the best way to resize the images. I have been > working on this since many days but failing to install plugins and son > on. I am using 2.3 rails version. > > Thanks in advance. > Srinivas.
I have a need for the capability to re-size images. I have no need to do anything other than re-size images. Having searched the posts in this group, it seems that the conventional solution is to use ImageMagick/MiniMagick. That seems like a lot of horsepower and resources to accomplish this simple task. So, before I start down this path, I''d just like to inquire as to whether anyone has any other approaches that I should consider. Thanks for any input. ... doug
ImageScience: http://seattlerb.rubyforge.org/ImageScience.html