RSS/Atom feed Twitter
Site is read-only, email is disabled

Macros, automation

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Macros, automation Kent Tenney 22 May 13:50
  Macros, automation Sven Neumann 24 May 10:56
Kent Tenney
2005-05-22 13:50:37 UTC (almost 19 years ago)

Macros, automation

Howdy,

90% of my automation needs would be met if I could apply a curve file to a batch of images.

Unfortunately I don't have Script-Fu.

Could someone point me to a snippet which would do this in command line mode?

Thanks, Kent

Sven Neumann
2005-05-24 10:56:33 UTC (almost 19 years ago)

Macros, automation

Hi,

Kent Tenney writes:

90% of my automation needs would be met if I could apply a curve file to a batch of images.

Unfortunately I don't have Script-Fu.

Could someone point me to a snippet which would do this in command line mode?

http://www.gimp.org/tutorials/Basic_Batch/

All you need to do is to replace the call to unsharp-mask with a call to gimp-curves-spline or gimp-curves-explicit.

Sven

PS: Reminds me of the fact that it would probably be nice to have an API for gimp-curves that allows to specify a curves file. That should be a simple change; perhaps a good start for someone who wants to get into GIMP coding...