Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Sven Neumann
Hi, Steve Litt <[EMAIL PROTECTED]> writes: > > I also explicitely meant to discourage you and anyone else from > > attempting to load XCF files. If you need to read them, let GIMP read > > them for you. The GIMP PDB gives you everything you need to access the > > data contained in the XCF file. >

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Steve Litt
On Monday 19 April 2004 04:31 pm, Sven Neumann wrote: > I also explicitely meant to discourage you and anyone else from > attempting to load XCF files. If you need to read them, let GIMP read > them for you. The GIMP PDB gives you everything you need to access the > data contained in the XCF file.

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Sven Neumann
Hi, Steve Litt <[EMAIL PROTECTED]> writes: > I think what Sven probably meant is it's very difficult to parse, > having to basically rip out the load and save functions, and get all > the data definitions right. David -- thanks for the tips, because in > my case it's worth the aggravation to be a

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Steve Litt
On Monday 19 April 2004 02:37 pm, David Neary wrote: > Hi, > > Sven Neumann wrote: > > Dave Neary <[EMAIL PROTECTED]> writes: > > > xcf is a pure-binary format. It is documented in several places - > > > > > > 1) in devel-docs/xcf.txt in the GIMP's CVS > > > 2) in app/xcf/*.[ch] - notably xcf.c/xcf

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Steve Litt
On Monday 19 April 2004 03:01 pm, Sven Neumann wrote: > Hi, > > "Joao S. O. Bueno" <[EMAIL PROTECTED]> writes: > > Actually, I do read it as "XCF is to hackish, and only The GIMP can > > read it. We need to speed-up a new GIMP native format, with a XML > > Header.; Meanwhile use other image formats

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Sven Neumann
Hi, "Joao S. O. Bueno" <[EMAIL PROTECTED]> writes: > Actually, I do read it as "XCF is to hackish, and only The GIMP can > read it. We need to speed-up a new GIMP native format, with a XML > Header.; Meanwhile use other image formats, please" Well, yes, but I wrote that in an earlier reply alrea

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Joao S. O. Bueno
On Monday 19 April 2004 15:37, David Neary wrote: > Hi, > > Sven Neumann wrote: > > Dave Neary <[EMAIL PROTECTED]> writes: > > > xcf is a pure-binary format. It is documented in several places - > > > > > > 1) in devel-docs/xcf.txt in the GIMP's CVS > > > 2) in app/xcf/*.[ch] - notably xcf.c/xcf.h

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread David Neary
Hi, Sven Neumann wrote: > Dave Neary <[EMAIL PROTECTED]> writes: > > xcf is a pure-binary format. It is documented in several places - > > > > 1) in devel-docs/xcf.txt in the GIMP's CVS > > 2) in app/xcf/*.[ch] - notably xcf.c/xcf.h which describe the file > > format and xcf-load and -save which

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Sven Neumann
Hi, Dave Neary <[EMAIL PROTECTED]> writes: > Steve Litt wrote: > > What is the format for a .xcf file, and how do I parse it? > > xcf is a pure-binary format. It is documented in several places - > > 1) in devel-docs/xcf.txt in the GIMP's CVS > 2) in app/xcf/*.[ch] - notably xcf.c/xcf.h which d

Re: [Gimp-user] How to parse an .xcf file?

2004-04-19 Thread Dave Neary
Hi Steve, Steve Litt wrote: What is the format for a .xcf file, and how do I parse it? xcf is a pure-binary format. It is documented in several places - 1) in devel-docs/xcf.txt in the GIMP's CVS 2) in app/xcf/*.[ch] - notably xcf.c/xcf.h which describe the file format and xcf-load and -save whi