Image manipulation library

Hi,

I am new to Ruby.
Is there a library to manipulate GIF/JPG/… file as an array?
Maybe something like GD library or Tcl photo command.

Regards

Yep… RMagick. You can find the GD bindings for ruby too. I have used
both
and they are really good.

Roland M. wrote:

Yep… RMagick. You can find the GD bindings for ruby too. I have used
both
and they are really good.

RMagick is here: http://rmagick.rubyforge.org
ruby-gd is here: http://raa.ruby-lang.org/project/ruby-gd/