Re: [Gimp-developer] [Fwd: Bug#148412: gimp1.2: Gimp is not consistentlylicensed]

2002-05-30 Thread Nathan Carl Summers
On 30 May 2002, Anthony DeRobertis wrote: > On Wed, 2002-05-29 at 10:36, Raphaël Quinet wrote: > I'm not sure how the plugins are used by GIMP. gimp opens a pipe, spawns the child plugin process, and communicates using a relatively simple protocol. > The FSF says

Re: [Gimp-developer] [Fwd: Bug#148412: gimp1.2: Gimp is notconsistently licensed]

2002-05-30 Thread Anthony DeRobertis
On Wed, 2002-05-29 at 10:36, Raphaël Quinet wrote: > The libraries used by the plug-ins use the > LGPL, not the GPL. I'm glad to hear that! Since the LGPL allows you to link proprietary code, I imagine that old-style BSD is just fine. So those just need splitting out at most. > The only plug-in

[Gimp-developer] ANNOUNCE: GIMP 1.3.7

2002-05-30 Thread Sven Neumann
Hi, it turned out that the 1.3.6 tarball that was released yesterday has some flaws so we decided to release 1.3.7. The new tarball as well as a patch to upgrade from 1.3.6 are available from ftp://ftp.gimp.org/pub/gimp/v1.3/v1.3.7/ or one from one of the mirrors: http://www.gimp.org/downl

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Michael Natterer
David Neary <[EMAIL PROTECTED]> writes: > Sven Neumann wrote: > > > > Hi, > > > > Gordon Royle <[EMAIL PROTECTED]> writes: > > > > > What is the format of the GIMP gradient files? > > > > this routine saves the gradient. You should be able to determine the > > format from this info: > > >

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Sven Neumann
Hi, David Neary <[EMAIL PROTECTED]> writes: > > > Really? In 1.2, it appears to be this... > > fprintf (file, "%d\n", num_segments); > > for (seg = grad->segments; seg; seg = seg->next) > fprintf (file, "%f %f %f %f %f %f %f %f %f %f %f %d %d\n", > seg->left, seg->middle

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Steinar H. Gunderson
On Thu, May 30, 2002 at 02:25:04PM +0200, David Neary wrote: >Really? In 1.2, it appears to be this... > > fprintf (file, "%d\n", num_segments); > > for (seg = grad->segments; seg; seg = seg->next) >fprintf (file, "%f %f %f %f %f %f %f %f %f %f %f %d %d\n", > seg->left, seg->midd

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread David Neary
Sven Neumann wrote: > > Hi, > > Gordon Royle <[EMAIL PROTECTED]> writes: > > > What is the format of the GIMP gradient files? > > this routine saves the gradient. You should be able to determine the > format from this info: Really? In 1.2, it appears to be this... fprintf (file, "%d\n",

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread David Neary
Gordon Royle wrote: > > Hi, > > What is the format of the GIMP gradient files? > > For example, the gradient "default" which goes from black->white with a > grey midpoint has the following text format: > > GIMP Gradient > 1 > 0.00 0.50 1.00 0.00 0.00 0.00 1.00 1.00

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Sven Neumann
Hi, Gordon Royle <[EMAIL PROTECTED]> writes: > What is the format of the GIMP gradient files? this routine saves the gradient. You should be able to determine the format from this info: for (seg = gradient->segments; seg; seg = seg->next) { gchar buf[11][G_ASCII_DTOSTR_BUF_SIZE];

[Gimp-developer] Re: [Gimp-announce] ANNOUNCE: GIMP 1.3.6

2002-05-30 Thread Robert L Krawitz
From: Sven Neumann <[EMAIL PROTECTED]> Date: 29 May 2002 14:16:10 +0200 gimp-print 4.2.0 for print support Note that any 4.2 version of Gimp-print will work. -- Robert Krawitz <[EMAIL PROTECTED]> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.or

Re: [Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Branko Collin
On 30 May 2002, at 17:44, Gordon Royle wrote: > What is the format of the GIMP gradient files? > > For example, the gradient "default" which goes from black->white with > a grey midpoint has the following text format: > > GIMP Gradient > 1 > 0.00 0.50 1.00 0.00 0.00 0.00

Re: [Gimp-developer] Gimp + old documents reconstruction

2002-05-30 Thread Branko Collin
On 30 May 2002, at 8:08, Rafael Vidal wrote: > I´m doing a project about reconstruction of old documents using Gimp. > ¿Is there any groups that develops about documents reconstruction or > character extraction and use Gimp? > > I'd also like how to get the mouse position(row,column) who gimps sh

[Gimp-developer] Format of GIMP gradient files

2002-05-30 Thread Gordon Royle
Hi, What is the format of the GIMP gradient files? For example, the gradient "default" which goes from black->white with a grey midpoint has the following text format: GIMP Gradient 1 0.00 0.50 1.00 0.00 0.00 0.00 1.00 1.00 1.00 1.00 1.00 0 0 and t

[Gimp-developer] Gimp + old documents reconstruction

2002-05-30 Thread Rafael Vidal
Hi: I´m doing a project about reconstruction of old documents using Gimp. ¿Is there any groups that develops about documents reconstruction or character extraction and use Gimp? I'd also like how to get the mouse position(row,column) who gimps show automaticaly in the low-left corner of an im