ruby-vips icon indicating copy to clipboard operation
ruby-vips copied to clipboard

Ruby extension for the vips image processing library.

Results 2 ruby-vips issues
Sort by recently updated
recently updated
newest added

I have tried installing ruby-vips via the gem installer and via ./compile from the source here on github and both give me the same response: neither finds a suitable vips...

When trying to rake build... Getting: rake aborted! Run `gem install rspec` to be able to run specs. /Users/ddayan/git/ruby-vips/Rakefile:14 A quick fix: Open Rakefile and change - require "spec" require...