Hi all.
I recently finished my Google Summer of Code project, a new Gimp-Ruby
binding.
http://cda.morris.umn.edu/~lemb0029/gimp-ruby/gimp-ruby-guide.html
Note that it was developed against the 2.3 development branch of GIMP,
so it can’t be compiled against the current stable GIMP version.
Installing 2.3 isn’t very difficult if you want to try it out. I
certainly would appreciate the feedback.
On Saturday 09 September 2006 05:03, Scott Lembcke wrote:
certainly would appreciate the feedback.
This looks very interesting, great work. I haven’t tried it out yet, but
just
one comment based on looking at your tutorial. Have you considered
allowing
methods to take hashes for parameters, it would seem to make the library
more
intuitive. I’m thinking in particular of the register method, it would
remove
the need for the user to remember and refer to the required parameter
order.
register(
:proc_name=>‘ruby-fu-hello-world’,
:blurb=>“Display a message.”,
…
Regards,
Alex