New thread: Opening from a file list in sorted order within a Macro.

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

New thread: Opening from a file list in sorted order within a Macro.

Bill Mohler
If I use getFileList in a macro on my Mac, the resulting array seems not to
be sorted either alphanumerically or numerically. Would it be possible for
the algorithm that sorts during File> Import> Image Sequence to be applied
(by default, ideally) to generating sorted arrays with getFileList in macros?

I can't call the Image Sequence command directly, because I'm not trying to
build a stack. Instead, I want to work through the sorted list performing a
bunch of operations on each image in the series before closing it and moving
on to the next.
Would this be hard to have added to the functionality of ImageJ?

Thanks,
Bill