Operation: save image

save image

Author:

Uses the FileSaver from ImageJ.

Example

application

Description

Save the input image in a configurable location.

Options

options
output folder: The folder into which the image sequence will be written. This is either a fixed folder selected by the user or a subfolder with the given name of each source folder.
create in source folder: If selected the output folder will be created within the source folder, otherwise the value of output folder is interpreted as an absolute path.
name addition: A text that is appended to the filename.
add loop index to name: In each iteration the current index of the loop is added to the filename. This only works when the operation is used within a loop.

Parameter

inputImage (ImagePlus): The image that will be saved as a series.
path (String): The path of the input image.

Results

success (Boolean): True if the image series has been saved without problems.