Best practice for editing multiple images in the same way

1

I have a project that I'm working on that requires me to edit 8 similar images in the exact same way.

In other words, I need some way that whatever I change on the first image, I need to be able to do to all the other images in the exact same way.

At first I tried to simply hack at it and hope they turned out okay, but that failed. Next I tried to record a desktop macro, but I couldn't seem to find any appropriate free software solutions that would work on Windows 7.

Is there an easy way about this? My last idea is to just go ahead and edit the images in GIMP and precisely record each of the coordinates and repeat the same way. Is there a simple program I can run?

Bob

Posted 2011-08-26T02:32:09.077

Reputation: 403

You'll have to specify more details about what you mean with editing "in the exact same way". – hmakholm left over Monica – 2011-08-26T02:35:18.570

GIMP has scripting capabilities, although I've never used them. See: http://docs.gimp.org/en/gimp-scripting.html

– GreenMatt – 2011-08-26T20:09:03.577

Answers

0

Gimp does in fact have a batch mode:

GIMP comes with a so-called batch mode that allows you to do image processing from the command line. It also makes it easy to apply the same set of operations to a number of images. We have got a lot of questions on the mailing-lists on how to use the batch mode and this small page tries to explain the basics to you.

(Scripting is done in the extremely creepy Lisp language if that's a turn-off, though.)

So does Photoshop:

The Batch command runs an action on a folder of files. If you have a digital camera or a scanner with a document feeder, you can also import and process multiple images with a single action. Your scanner or digital camera may need an acquire plug-in module that supports actions.

digitxp

Posted 2011-08-26T02:32:09.077

Reputation: 13 502