Tom Pinchen
Tom Pinchen

Reputation: 2497

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?

Upvotes: 5

Views: 5424

Answers (1)

girasquid
girasquid

Reputation: 15506

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?

Upvotes: 4

Related Questions