
-----------------------------------
Cinjection
Thu Aug 21, 2008 1:29 pm

Ruby Graphics.
-----------------------------------
Hey guys. 

I'd like to find a library that allows me to create images dynamically using Ruby. I have found Ruby/GD, a ruby port of PHP's GD library, but I can't find any documentation for it. I was wondering if you guys could point me to either some documentation for Ruby/GD or another graphics library for Ruby.

Thanks in advance,
Oleksi Derkatch.

-----------------------------------
wtd
Thu Aug 21, 2008 1:37 pm

RE:Ruby Graphics.
-----------------------------------
http://rmagick.rubyforge.org/

-----------------------------------
Cinjection
Thu Aug 21, 2008 1:38 pm

Re: RE:Ruby Graphics.
-----------------------------------
http://rmagick.rubyforge.org/

Thanks, I'm checking it out now.

-----------------------------------
Cinjection
Thu Aug 21, 2008 3:11 pm

Re: Ruby Graphics.
-----------------------------------
It seems to be perfect for what I'm doing. The only question I have now is about distribution. When I finish my *.rbw program, what will I have to include in-order for the program to work on other computers?
