Re: [Gimp-developer] Re: [CinePaint-dev] GIMP GBR format spec

2003-07-11 Thread pcg
On Thu, Jul 10, 2003 at 04:08:21PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote: > in such an approach and I am sure that not many XML parsers will like > CDATA blocks of several megabytes. _all_ xml parsers cope with cdata blocks of several megabytes. -- -==-

Re: [Gimp-developer] MMX in 1.3 tree

2003-07-11 Thread pcg
On Thu, Jul 10, 2003 at 01:17:49PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote: > __asm__ __volatile__ () > > while the new code in The GIMP seems to be using > > asm() > > I don't know this stuff good enough to know the difference, but I'd __keyword__-style keywords are always there, eve

Re: [Gimp-developer] MMX in 1.3 tree

2003-07-11 Thread Steinar H. Gunderson
On Fri, Jul 11, 2003 at 12:52:08AM +0200, David Neary wrote: > asm("movq %0, %%mm1" > : > : "m"(rgba8_alpha_mask) > : "%mm1"); > > breaks on the second %mm1; I don't think there should be a % in the list of clobbered registers. What's worse, I don't even think most versions of gcc kn

Re: [Gimp-developer] MMX in 1.3 tree

2003-07-11 Thread pcg
On Fri, Jul 11, 2003 at 12:13:29PM +0200, "Steinar H. Gunderson" <[EMAIL PROTECTED]> wrote: > I don't think there should be a % in the list of clobbered registers. yupp, there is no %mm1 register :) > worse, I don't even think most versions of gcc know about MMX registers at versions 2.x (usual

Re: [Gimp-developer] the user installer

2003-07-11 Thread pcg
On Wed, Jul 09, 2003 at 06:48:08PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote: > > users. The dialog is great and much better than a html help page for > > example, but it's presented at a time people will have no clue what it > > means. > > Perhaps we should show it on every startup then ? It

Re: [Gimp-developer] Re: [CinePaint-dev] GIMP GBR format spec

2003-07-11 Thread Leonard Rosenthol
At 12:04 PM +0200 7/11/03, Marc wrote: On Thu, Jul 10, 2003 at 04:08:21PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote: in such an approach and I am sure that not many XML parsers will like CDATA blocks of several megabytes. _all_ xml parsers cope with cdata blocks of several megabytes. But th

Re: [Gimp-developer] Re: [CinePaint-dev] GIMP GBR format spec

2003-07-11 Thread Sven Neumann
Hi, Leonard Rosenthol <[EMAIL PROTECTED]> writes: > But the fact is that you're going to end up having to Base64 > encode all the image data - which will blow the physical file size WAY > out of proportion. And if don't do that (ie. attempt to leave in > binary data), then you are violatin

Re: [Gimp-developer] MMX in 1.3 tree

2003-07-11 Thread Nathan Carl Summers
On Fri, 11 Jul 2003, Steinar H. Gunderson wrote: > On Fri, Jul 11, 2003 at 12:52:08AM +0200, David Neary wrote: > I don't think there should be a % in the list of clobbered registers. What's > worse, I don't even think most versions of gcc know about MMX registers at > all (I might be mistaken, th

Re: [Gimp-developer] Re: [CinePaint-dev] GIMP GBR format spec

2003-07-11 Thread Nathan Carl Summers
On Fri, 11 Jul 2003, Leonard Rosenthol wrote: > But the fact is that you're going to end up having to Base64 > encode all the image data - which will blow the physical file size > WAY out of proportion. And if don't do that (ie. attempt to leave in > binary data), then you are violating the

Re: [Gimp-developer] GIMP GBR format spec

2003-07-11 Thread Leonard Rosenthol
At 02:34 PM 7/11/2003 +0200, Sven Neumann wrote: XML is very well suited to describe the structure of a multi-layered, multi-framed image/animation and it can be used perfectly to embed meta information as well as vector layers, paths and the like. XML namespaces make it easy to add application-spe

Re: [Gimp-developer] Re: [CinePaint-dev] GIMP GBR format spec

2003-07-11 Thread Leonard Rosenthol
At 06:34 AM 7/11/2003 -0700, Nathan Carl Summers wrote: Oh wait, I take it back. I can think of a image format that retains the spirit of XML: Created by the GIMP! You know what is really scary about that... About 6 months ago, someone post

Re: [Gimp-developer] GIMP GBR format spec

2003-07-11 Thread pcg
On Fri, Jul 11, 2003 at 10:08:55AM -0400, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > A JAR is a special type of ZIP archive, which contains one or more > "data files" along with an XML "manifest" about the contents. I've worked > on a number of projects (both commercial and "open")