this is mostly my personal worksheet and notepad, which may not be
up-to-date and may not even be readable ;)

shortcuts (don't ask)

gimp -b "(extension-perl-server 0 0 0)"
gimp ~/pix/ka001.jpg -b "(extension-perl-server 0 0 0)"
file:///usr/app/lib/perl5/site_perl/i686-linux/PDL/HtmlDocs/
make test TEST_VERBOSE=1

bugs

[DONE]  * gimptool 1.0 doesn't support -n or --noui
  * perl_fu_webify in homepage-logo.pl
[????]  * save_image should be called for non-null return values
[DONE]  * drawable is compatible to layer AND VICE VERSA (convert_sv2gimp)
[DONE]  * enable t/run.t again (but how? different solutions
    for gimp-1.0 and gimp-1.1???)
  * wait for working gimp_file_load (or do it myself?)
[DONE]  * block display_new &c when Net and --noui
  * Gimp::import should croak on importing "garbage".
[DONE]  * memory leak on croak()? de-croakify the code!
  
important issues

  * gimp->object_id, drawable_object_id remove!
  * PF_CUSTOM
  * gimp_display_image
  * wamp up homepage
  * --ui and --noui for Gimp::Fu
  * [PF_CUSTOM]
  * Gimp::ping
[DONE]  * Gimp::Net::get_connection ();
[DONE]  * Gimp::Net::set_connection ($conn);
  * clean up PKG_ANY vs. PKG_REAL_DRAWABLE
  * allow plug-ins to register with only a drawable argument(!)
    (fix this in Gimp)
  * provide propper overwriting in Gimp::Net::pixel-_rgn ;(
[DONE]  * gimp_blend && 15 doesn't work
  * gradient button
  * implement Perl-Server RSET and shared lock(!)
[DONE]  * do not special-case INT32 in convert_sv2gimp
  * substr 4th argument form for Net:: -> require 5.005!!!! DO IT! PLEASE!!!!
  * use Gimp qw(GIMP_HOST=jfjf)???
[DONE]  * brushes are inverted
  * zero-copy PDL support
[DONE]  * gimp_init, gimp_deinit
  * weighted movement in drawing tools
  * -DMIN_PERL_DEFINE
  * --function localfunc to select one of the registered scripts
  * brush etc. buttons (maybe use gimp's interface, but
    only when local(?))
[DONE]  * help button ;)
  * create working progress when Net and $verbose
  * require Storable soon(!)
  * Gimp::Fu::command(?)
  * Untitled/0 Untitled/1 etc..
  * default parameters at end(!)
  * try to deduce default parameters

long term issues and ideas

  * default function parameters (with hash %defaults?)
  * gimp_text(text => "hallo", family => "engraver", size => 20);
  
  * do not know how to sensibly convert these => perl is NOT C.
  
    gimp_pixel_rgns_register(nrgns, ...)
    gimp_pixel_rgns_process(pri_ptr)

