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.
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.