Posted by
Cammer, Michael on
Apr 14, 2011; 12:11pm
URL: http://imagej.273.s1.nabble.com/batch-processing-for-a-selection-of-images-tp3684989p3684995.html
The macro language can get a list of all files in a directory (and can search directories recursively). We use this to, for example, process all files ending with ".tif" or to process all the "red#####" files one way and "green#######" another way. For an idea how to implement, start by looking at look at getDirectory(string) at
http://rsbweb.nih.gov/ij/developer/macro/functions.htmlCheers,
Michael
-----Original Message-----
From: ImageJ Interest Group [mailto:
[hidden email]] On Behalf Of Finn Peters
Sent: Thursday, April 14, 2011 7:06 AM
To:
[hidden email]
Subject: batch processing for a selection of images
Hi everyone,
I wanted to ask if there is a possibility to apply the
process/batch/macro function to all open images or only a selection of
images within a folder? To batch process all images of a folder is
somewhat inconvenient for me.
cheers,
Finn
------------------------------------------------------------
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email.
=================================