trouble installing ruby image_science
Posted in ruby on December 7th, 2009 by paul – Be the first to commentI am using the Image Science library to do some simple thumbnailing of uploaded images in a project.
This library is very simple to use, and by all accounts is nice and lightweight and so seemed right.
However, I hit a few problems getting it installed.
One of the requirements on the site is for Ruby Inline. Now, in my haste the first time through I thought I could just gem install inline .
Hah, not so! The inline gem is not the RubyInline gem as linked to from the Image Science site.
So, one has to install the RubyInline gem to get it to work.
Of course this is clearly signposted on the Image ScienceĀ page, but I thought I’d note it here.
Assumption being the mother of all wasted evenings etc etc.