Re: signal invalidate preview?

2000-05-15 Thread Tor Lillqvist
Emil Brink writes: > Um, is there currently a nice, clean, preferrably non-periodic way of > determining (from a plug-in) if a drawable has changed? If not, are > there plans to add one? It would be very useful... A somewhat related question: What should a plug-in do to get guidelines on an im

Re: GIMP Developers Conference

2000-05-15 Thread Michael Natterer
Sven Neumann wrote: > > Hi, > > We are proud to be able to announce the first official > GIMP Developers Conference which will take place > June 2nd - 4th 2000 in Berlin. > > The goal of this conference is to bring together GIMP > developers to chart the features of the next generation > GIMP.

Re: secretive plug ins (was signal invalidate preview?)

2000-05-15 Thread Emil Brink
On Mon, 15 May 2000, pixel fairy wrote: > Emil wrote: > > > Oh, and please forgive me for being semi-secretive > > about the plug-in mentioned above. It's part of a project > > I'm working on, and will be released under the GPL, but > > before the entire project is closer to its release, I pre

Re: secretive plug ins (was signal invalidate preview?)

2000-05-15 Thread pixel fairy
Emil wrote: > Oh, and please forgive me for being semi-secretive > about the plug-in > mentioned above. It's part of a project I'm working > on, and will be > released under the GPL, but before the entire > project is closer to > its release, I prefer to keep a low profile. :) i just hope its no

Cropping images

2000-05-15 Thread Gunjan Kapoor
how can one crop images in Gimp as a batch ? I want to crop images automatically without specifying the new image size. AutoCrop, ZealousCrop take a drawable as a parameter and would thus work on individual layers. I need something to crop the entire image. Gunjan

Re: signal invalidate preview?

2000-05-15 Thread Emil Brink
On Mon, 15 May 2000, Garry R. Osgood wrote: > pixel fairy wrote: > > > 2000-05-12 Sven Neumann <[EMAIL PROTECTED]> > > * gimpdrawable.c: enabled the (commented out) > > signal > > "invalidate_preview". > > > > does this mean theres a way for a plug-in to know if > > a certain

Re: signal invalidate preview?

2000-05-15 Thread Garry R. Osgood
pixel fairy wrote: > 2000-05-12 Sven Neumann <[EMAIL PROTECTED]> > * gimpdrawable.c: enabled the (commented out) > signal > "invalidate_preview". > > does this mean theres a way for a plug-in to know if > a certain drawable or image or whatever has changed? No, Sven is referrin

signal invalidate preview?

2000-05-15 Thread pixel fairy
2000-05-12 Sven Neumann <[EMAIL PROTECTED]> * gimpdrawable.c: enabled the (commented out) signal "invalidate_preview". does this mean theres a way for a plug-in to know if a certain drawable or image or whatever has changed? i need this for a plug in that does not actually cha