Re: Panorama Plugin for Linux Gimp?

2000-09-04 Thread Jonathan E. Paton
> I'm a GIMP newbie but have used stuff like PSP and photoshop. > My understanding was that plugins were precompiled and placed > into some 'plugin directory' that way it gets loaded > dynamically. Surely this mechanism is in Gimp? Plug-ins are registered upon startup, and all the plug-ins ar

Re: Panorama Plugin for Linux Gimp?

2000-09-04 Thread James Smaby
I gave an attempt at compiling this, but it is for gimp-1.0.4 and I am using the latest CVS version. You don't have to use the whole source tree to compile it (at least I don't think). Just compile with 'gcc -c `gimp-config --cflags` *.c' and you can link it using 'gcc `gimp-config --libs` *.o -o

Re: Panorama Plugin for Linux Gimp?

2000-09-04 Thread Lea Anthony
Forgive me if this is a daft question but.. I'm a GIMP newbie but have used stuff like PSP and photoshop. My understanding was that plugins were precompiled and placed into some 'plugin directory' that way it gets loaded dynamically. Surely this mechanism is in Gimp? -Lea. Darren Enns w