Processing multiple images

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Processing multiple images

Julien Vaubourgeix
Dear All,

I would like to process numerous images using an exact same procedure.  
Do you know any ways to automate this process?

Thanks so much for your help,

Best wishes, Julien
Reply | Threaded
Open this post in threaded view
|

Re: Processing multiple images

dscho
Hi Julien,

On Tue, 31 Jan 2012, Julien Vaubourgeix wrote:

> I would like to process numerous images using an exact same procedure.
> Do you know any ways to automate this process?

You might want to record a macro and then replay it on a directory of
images.

To record a macro, call Plugins>Macros>Record...

Then perform all the operations you want to automate.

After that, click "Create" in the Recorder window.

You might need to fix up a few parameters (unfortunately, functions like
selectWindow(<name>) are dependent on the current image name, and that
needs to be adjusted if you want to use the macro for automation). The
easiest would probably be to send your recorded macro to this list for
further help.

To replay a macro on a directory of images, call Process>Batch>Macro...

Ciao,
Johannes
Reply | Threaded
Open this post in threaded view
|

Re: Processing multiple images

Antoinette
Here, I want to demeonstrate image processing with tiff image. We know, tiff is a multi-page image file, but if we use a professional tiff image editing tool, we are ablt to rotate, insert, and delete tiff image without affecting the rest of pages.