On Fri, Apr 4, 2008 at 6:12 PM, David Gowers <[EMAIL PROTECTED]> wrote: > Hi Kent, > > > > On Sat, Apr 5, 2008 at 4:36 AM, Kent Tenney <[EMAIL PROTECTED]> wrote: > > Howdy, > > > > I really want Gimp to automatically save the curves file > > when I adjust color on an image. > > > > Can this be done with Python? > No, Plug-ins don't get access to tool dialogs. The best you could do > currently is to save the curves to a predefined filename, for example > 'last', and then run a plugin which renames 'last' to match the > current image filename. That kind of plugin could be implemented with > Python.
How about some kind of pyGnome script which clicked the 'Save' button, entered a file name and saved it? Maybe started by a hotkey, if it couldn't hook into the 'OK' button on the dialog. I don't need elegant, I just want to be able to chug through a bunch of color tweaks and be able to duplicate them later, without adding steps to the editing. Thanks, Kent > _______________________________________________ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user