
/**
* If path is null the operation opens a file dialog and loads the image selected by the
* user. Otherwise the image in path is loaded. With help of the options part of the filename
* can be replaced. That allows to automatically open images belonging together in an application.
*
* @author Volker Baecker
*/
Author:
A modification of the
FolderOpener code from ImageJ. Modified by Volker Bäcker.
Example
Description
The operation opens a series of images as a stack. If the path is not
set the series is defined by the file selected by the user. All
images with the same basename are loaded into the stack. The
order is determinated by the trailing numbers of the filenames.
The numerical order is respected (e.g. 1<9<10<99<100,
etc.).