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

script/macro

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

script/macro Goldoni Guido 19 Oct 16:59
  script/macro Joao S. O. Bueno Calligaris 19 Oct 19:39
  script/macro David Hodson 20 Oct 03:19
Goldoni Guido
2006-10-19 16:59:33 UTC (over 17 years ago)

script/macro

Is it possible with Gimp to apply a set of actions on a set of graphic files?
guido

Joao S. O. Bueno Calligaris
2006-10-19 19:39:15 UTC (over 17 years ago)

script/macro

On Thursday 19 October 2006 12:59 pm, Goldoni Guido wrote:

Is it possible with Gimp to apply a set of actions on a set of graphic files?

If said set of files is in a numerated order (like img-000.jpg, img-001.jpg, etc...) you can install the GAP (Gimp Video Plug-in) to do that.

Otherwise, there is no trivial way to do so, you'd need to do some script programing.

Depending on the nature of the actions (like resizeing, rotating), gimp-people usually recommend that people use ImageMagick instead of GIMP. ImageMagick consist of a set of command line applications that can perform these actions on images. It comes pre-installed in all desktop linux distributions and is easy to get for windows as well. (use the command "convert" once you get i.m. in)

guido

David Hodson
2006-10-20 03:19:41 UTC (over 17 years ago)

script/macro

Goldoni Guido wrote:

Is it possible with Gimp to apply a set of actions on a set of graphic files?

David's Batch Processor is a Gimp plugin to do many common operations: http://members.ozemail.com.au/~hodsond/dbp.html

If you need more than that, you'll probably need to write a script.