Computer Science Canada Ruby Graphics. |
Author: | Cinjection [ Thu Aug 21, 2008 1:29 pm ] |
Post subject: | 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. |
Author: | wtd [ Thu Aug 21, 2008 1:37 pm ] |
Post subject: | RE:Ruby Graphics. |
http://rmagick.rubyforge.org/ |
Author: | Cinjection [ Thu Aug 21, 2008 1:38 pm ] |
Post subject: | Re: RE:Ruby Graphics. |
wtd @ Thu Aug 21, 2008 1:37 pm wrote: http://rmagick.rubyforge.org/
Thanks, I'm checking it out now. |
Author: | Cinjection [ Thu Aug 21, 2008 3:11 pm ] |
Post subject: | 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? |