Reputation: 22535
Is there a way to resize images in Ruby without ImageMagick.... and also without ruby-vips? Yes, I know I am being rather narrow, but can't seem to get both of them to install on my Mac, which is kinda annoying. I just wanna resize, nothing fancy... anything lightweight?
Upvotes: 3
Views: 1829
Reputation: 292
Quick search on ruby gems.org leads to a few candidates: http://rubygems.org/search?query=image+resize
Also, with regard to having trouble installing ImageMagick on your Mac. Do you know about Homebrew?
Upvotes: 2
Reputation: 28574
There used to be ImageScience, but I'm getting a lot of broken links for it when googling now.
Might also try to find Ruby lib for GD or GD2.
Upvotes: 0