Re: [Gimp-developer] Gimp Plug-in for Retrieving Text Layers

2004-12-05 Thread Joao S. O. Bueno Calligaris
On Sunday 05 December 2004 01:00, Sven Neumann wrote: Hi, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] writes: . There is one thing to do - The plug-in have to manage text layers on it's side, creating itsef the parasites it need to store the information. - Just like the old Dyn text.

Re: [Gimp-developer] Gimp Plug-in for Retrieving Text Layers

2004-12-05 Thread William Skaggs
If people need to work with text layers in plugins, then clearly the right approach is to add new functions gimp_layer_is_text(), gimp_layer_get_text(), and gimp_layer_set_text() to libgimp. I expect this wouldn't even be very difficult. Best, -- Bill __ __

[Gimp-developer] Suggestion: Scripted workflow

2004-12-05 Thread Mihai Basa
Hello, I have a suggestion about the general philosophy of a workflow in the GIMP. I haven't found this anywhere in the mail archives, so I'm hoping it's something new. While working on an image, performing many steps, I often wish that I could go back and change one of the steps that I have

Re: [Gimp-developer] Suggestion: Scripted workflow

2004-12-05 Thread Sven Neumann
Hi, Mihai Basa [EMAIL PROTECTED] writes: I have a suggestion about the general philosophy of a workflow in the GIMP. I haven't found this anywhere in the mail archives, so I'm hoping it's something new. Well, not really. We discussed this four years ago and it's on the TODO since then.

Re: [Gimp-developer] Gimp Plug-in for Retrieving Text Layers

2004-12-05 Thread Sven Neumann
Hi, William Skaggs [EMAIL PROTECTED] writes: If people need to work with text layers in plugins, then clearly the right approach is to add new functions gimp_layer_is_text(), gimp_layer_get_text(), and gimp_layer_set_text() to libgimp. Yes, something along these lines. It would probably be a

[Gimp-developer] dependencies for GIMP CVS version

2004-12-05 Thread Henry Roeland
Hi, I'm new to GIMP develop and have some (beginners?) questions about the dependecies for the current GIMP cvs version GIMP did build at one time but it didn't started because it demands the freetype2 package for the freetype plugin After I builded the newest freetype2 (current cvs version)