Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-10 Thread Manish Singh
On Sat, Nov 10, 2007 at 06:17:25PM +0100, Juergen Weber wrote: > On Nov 9, 2007 12:05 AM, Michael Schumacher <[EMAIL PROTECTED]> wrote: > > Greg wrote: > > >> That isn't possible at this time. What you are asking for is along > > >> the lines of what is asked for in GIMP bug #51937. > > >> > > >> S

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-10 Thread Juergen Weber
On Nov 9, 2007 12:05 AM, Michael Schumacher <[EMAIL PROTECTED]> wrote: > Greg wrote: > >> That isn't possible at this time. What you are asking for is along > >> the lines of what is asked for in GIMP bug #51937. > >> > >> See http://bugzilla.gnome.org/show_bug.cgi?id=51937 > > > > Which was posted

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-08 Thread Michael Schumacher
Greg wrote: >> That isn't possible at this time. What you are asking for is along >> the lines of what is asked for in GIMP bug #51937. >> >> See http://bugzilla.gnome.org/show_bug.cgi?id=51937 > > Which was posted in '01. Perhaps it's time to revisit this request? Reading the comments would be

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-08 Thread Greg
> That isn't possible at this time. What you are asking for is along > the lines of what is asked for in GIMP bug #51937. > > See http://bugzilla.gnome.org/show_bug.cgi?id=51937 Which was posted in '01. Perhaps it's time to revisit this request? _

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-07 Thread Kevin Cozens
Juergen Weber wrote: > Tracing the commands would be a light variant of this. Outputting a > trace should not be more than some log statements, would it? > And http://bugzilla.gnome.org/show_bug.cgi?id=51937#c25 allready has > my suggestion. > > Anyway, a pity that the bug has been opened in 2001

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-07 Thread David Hodson
Juergen Weber wrote: > As I understand the page, DBP offers a fixed set of processing option > whereas a script recorder should apply any operation on a set of > images, e.g. apply "Converting Color Images to B&W using Channel Mixer > in The GIMP" (http://www.gimpguru.org/Tutorials/ChannelMixer/)

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-06 Thread Juergen Weber
On Nov 6, 2007 12:10 AM, David Hodson <[EMAIL PROTECTED]> wrote: > Juergen Weber wrote: > > > I always was missing to batch-(B&W convert | sharpen | resize) images > > via the GUI. > [...] > > So you could try out your image manipulations on the GUI and then copy > > the commands from the trace it

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-05 Thread Kevin Cozens
Juergen Weber wrote: > Programming scripts would still be easier if Gimp would trace to > stdout what the user is doing on the GUI, i.e. it should print out the > script-fu commands that correspont to the interactive actions. > > So you could try out your image manipulations on the GUI and then co

Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-05 Thread David Hodson
Juergen Weber wrote: > I always was missing to batch-(B&W convert | sharpen | resize) images > via the GUI. [...] > So you could try out your image manipulations on the GUI and then copy > the commands from the trace it to scripts. > > Is that already possible? Or is there a better way to create

[Gimp-user] trace script-fu commands while using GUI

2007-11-05 Thread Juergen Weber
Hi, I always was missing to batch-(B&W convert | sharpen | resize) images via the GUI. I stumbled over this tutorial http://www.gimp.org/tutorials/Basic_Batch/ Programming scripts would still be easier if Gimp would trace to stdout what the user is doing on the GUI, i.e. it should print out the