image_science
- URL
- http://rubyforge.org/projects/seattlerb
- Author(s)
- Ryan Davis
- Summary
- ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick. Oh, and it doesn't leak memory like a sieve. :) For more information including build steps, see http://seattlerb.rubyforge.org/
Comments
image_science
(1.2.1)
is Failing
for Josh (Mac OSX, about 1 year ago)
Tested on 32bit and 64bit intel macs.
Undefined symbols:
"_rb_ensure", referenced from:
_wrap_and_yield in ccbmelqS.o
"_rb_raise", referenced from:
_width in ccbmelqS.o
_save in ccbmelqS.o
_save in ccbmelqS.o
_unload in ccbmelqS.o
_height in ccbmelqS.o
image_science
(1.2.1)
is Working
for Jim Kane (Mac OSX, over 2 years ago)
I got the same error as the previous poster about Symbol not found: _rb_intern2. I found that I needed to clear out my ~/.ruby_inline directory so that the doodads in there would be rebuilt.
image_science
(1.1.3)
is Failing
for Makoto (Mac OSX, over 3 years ago)
Can not even require.
Unknown-00-21-e9-db-a7-d3:image_science makoto$ irb
>> require 'image_science'
dyld: lazy symbol binding failed: Symbol not found: _rb_intern2
Referenced from: /Users/makoto/.ruby_inline/Inline_ImageScience_aa58.bundle
Expected in: flat namespacedyld: Symbol not found: _rb_intern2
Referenced from: /Users/makoto/.ruby_inline/Inline_ImageScience_aa58.bundle
Expected in: flat namespace

image_science (1.2.1) is Failing
for Charles Hoffman (GNU/Linux, 7 months ago)