Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-07-01 Thread guepe
Le samedi 30 juin 2007 à 19:21 +0200, [EMAIL PROTECTED] a écrit : > On Sat, 30 Jun 2007 17:33:28 +0200, guepe <[EMAIL PROTECTED]> wrote: > > > I also noticed a crash happening when checking the "use restart markers" > > and then enabling the "preview" toggle. I found the bug, it is now fully > > w

Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-06-30 Thread guepe
Le samedi 30 juin 2007 à 19:21 +0200, [EMAIL PROTECTED] a écrit : > On Sat, 30 Jun 2007 17:33:28 +0200, guepe <[EMAIL PROTECTED]> wrote: > > > I also noticed a crash happening when checking the "use restart markers" > > and then enabling the "preview" toggle. I found the bug, it is now fully > > w

Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-06-30 Thread guepe
Le samedi 30 juin 2007 à 09:17 -0700, Akkana Peck a écrit : > guepe writes: > > The Gimp JPEG plug in does not allow to save defaults settings from > > session to session. It does exists for the PNG one (see bug #63610). > > > > I decided yesterday to write the same thing for jpeg, I submit the >

Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-06-30 Thread gg
On Sat, 30 Jun 2007 17:33:28 +0200, guepe <[EMAIL PROTECTED]> wrote: > I also noticed a crash happening when checking the "use restart markers" > and then enabling the "preview" toggle. I found the bug, it is now fully > working. Maybe this issue has been corrected in dev version, but I > download

Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-06-30 Thread Alexandre Prokoudine
On 6/30/07, guepe wrote: > The Gimp JPEG plug in does not allow to save defaults settings from > session to session. It does exists for the PNG one (see bug #63610). > > I decided yesterday to write the same thing for jpeg, I submit the > source code (mainly inspired from the PNG implementation).

Re: [Gimp-developer] JPEG plug in : added a default settings record and debug

2007-06-30 Thread Akkana Peck
guepe writes: > The Gimp JPEG plug in does not allow to save defaults settings from > session to session. It does exists for the PNG one (see bug #63610). > > I decided yesterday to write the same thing for jpeg, I submit the > source code (mainly inspired from the PNG implementation). That shoul