[Gimp-developer] trouble running autocrop from plug-in

2002-09-29 Thread Cindy Huyser
I've been attempting to call the autocrop plug-in from within a C plug-in, but to no avail. My syntax is: GimpDrawable *drawable; ... plug_in_autocrop(image, *drawable); and the error I get from running gimptool --install-admin on my plug-in is 'undefined reference to plug-in autocrop' The

Re: [Gimp-developer] trouble running autocrop from plug-in

2002-09-29 Thread Cindy Huyser
Simon Budig wrote: Randomly guessing syntaxes most probably won't help you much. :-) Not really a random guess, but using a _very_old documented syntax: http://www.goof.com/pcg/marc/pdb/plug_in_autocrop.html Libgimp has only wrappers for most of the gimp internal functions. For Plugins