[Gimp-user] how does one recover original photo?

2009-07-03 Thread Grant B.
Another possibility would be to duplicate the original image into a new layer, and then save the working image as a .xcf, so that your layers will be preserved. Do all your work on the duplicate, and if you don't like it, the original will be there to begin again later. >I have just started using

Re: [Gimp-user] how does one recover original photo?

2009-07-03 Thread norseman
Grant B. wrote: > Another possibility would be to duplicate the original image into a new layer, > and then save the working image as a .xcf, so that your layers will be > preserved. Do all your work on the duplicate, and if you don't like it, the > original will be there to begin again later. > >

[Gimp-user] What GIMP features can be used to flatten double chin

2009-07-03 Thread larry gurewitz
Larry Gurewitz ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Error on script-fu

2009-07-03 Thread Didier Bretin
Hi, Nobody can help me with this issue ? I searched on the web, but I can't find an example which can help me with this :(. Thanks for your help or tips. Didier Bretin wrote: > Hi, > > I'm new to the world of script-fu writing, and I'm trying to make a > script for repetitive actions I need

Re: [Gimp-user] Error on script-fu

2009-07-03 Thread Michael Schumacher
Didier Bretin wrote: > Nobody can help me with this issue ? What about the first reply you got - didn't this help? Michael -- GIMP > http://www.gimp.org | IRC: irc://irc.gimp.org/gimp Wiki > http://wiki.gimp.org | .de: http://gimpforum.de Plug-ins > http://registry.gimp.org |

Re: [Gimp-user] Error on script-fu

2009-07-03 Thread Didier Bretin
Michael Schumacher wrote: > Didier Bretin wrote: > >> Nobody can help me with this issue ? > > What about the first reply you got - didn't this help? Not at all. Now my plugin is in the right menu, but I have the same error. -- Didier Bretin http://bretin.net/ http://twitter.com/didier69 __

Re: [Gimp-user] Error on script-fu

2009-07-03 Thread saulgoode
Quoting Didier Bretin : > Nobody can help me with this issue ? You should report back on whether a suggestion works, else people might assume all is copacetic. Looking deeper at your script, the problem is with the call which adds the bevel: >> (script-fu-add-bevel 0 image newCalque 30 FALS

[Gimp-user] Crashes in GIMP 2.6.6

2009-07-03 Thread John Coppens
Hello people. I having frequent crashes in Gimp 2.6.6, the version distributed by the Slackware 64 12.2 version. It seems quite random. In most cases (all except one), the crash happened while trying to save an image - just before the file dialog appeared. The exception crashed when the dialog w

Re: [Gimp-user] Crashes in GIMP 2.6.6

2009-07-03 Thread John Coppens
On Fri, 3 Jul 2009 20:45:27 -0300 John Coppens wrote: > I was running gimp in gdb, hoping to do a backtrace, but detected that > Gimp had been compiled without debug info. I recompiled a new version of Gimp (still 2.6.6) and the error remains. But now I can get a backtrace: #0 0x7f08f94df

Re: [Gimp-user] Crashes in GIMP 2.6.6

2009-07-03 Thread Martin Nordholts
On 07/04/2009 06:33 AM, John Coppens wrote: > I recompiled a new version of Gimp (still 2.6.6) and the error remains. > But now I can get a backtrace: > > It's not much, but it might help. Is this some error of mine, or should I > submit this as a bug report? > Yes please, submit a bug report:

Re: [Gimp-user] Error on script-fu

2009-07-03 Thread Didier Bretin
saulgo...@flashingtwelve.brickfilms.com wrote: > You should report back on whether a suggestion works, else people > might assume all is copacetic. Yes you are right, sorry ;). > Looking deeper at your script, the problem is with the call which adds > the bevel: > >>> (script-fu-add-bevel 0