[Gimp-user] Automatically save curves file
David Gowers
00ai99 at gmail.com
Fri Apr 4 16:12:30 PDT 2008
Hi Kent,
On Sat, Apr 5, 2008 at 4:36 AM, Kent Tenney <ktenney at gmail.com> 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.
More information about the Gimp-user
mailing list