From: Jonathan Nielsen Date: 2010-01-18T06:35:09+09:00 Subject: Re: image processing in ruby > I was wondering if I could do image processing in Ruby or would have > to resort to something else for that. > > Looking at available bindings I find > >  - ImageScience - thumbnailer only, useless >  - RMagick - no useful functions >  - Ruby-Processing - only drawing and very basic math >  - ruby-dcl >  - Camellia - a few basic functions RMagick has no useful functions? I beg to differ. What kind of image processing do you need? RMagick has always done the job for me. -Jonathan Nielsen