Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to ImageMagick for resizing

I am having some serious trouble installing ImageMagick and RMagick on my Windows 7 computer.

I was just wondering if there were any other easier to setup alternatives that work with Ruby on Rails and allow image re-sizing and cropping?

like image 694
Tom Pinchen Avatar asked Oct 07 '22 18:10

Tom Pinchen


1 Answers

The Ruby Toolbox has a big list of Image Processing tools you could try:

https://www.ruby-toolbox.com/categories/image_processing

If you're just having trouble with RMagick, maybe try Mini Magick?

like image 51
girasquid Avatar answered Oct 10 '22 01:10

girasquid