Save image (generic)
Save an image/stack from the workspace to file.
Description
Save an image/stack from the workspace to file. Output file locations and filenames are generated from metadata items and fixed values. This gives greater flexibility to output image locations than the standard "Save image" module. To prevent overwriting of previously-saved files, the current date and time can be appended to the end of each filename. Images can be saved in a variety of formats (AVI, TIF and Zipped TIF).
Parameters
Parameter | Description |
---|---|
Input image | Image to be saved to file. |
Generic format | Format for a generic filename. Plain text can be mixed with global variables or metadata values currently stored in the workspace. Global variables are specified using the "V{name}" notation, where "name" is the name of the variable to insert. Similarly, metadata values are specified with the "M{name}" notation. |
Append date/time mode | |
File format | The format the output image will be saved as:
|
Channel mode | Control whether saved images should be in ImageJ "Composite" (display all channels simultaneously) or "Color" (display one channel at a time) mode. |
Save as RGB | Convert images to RGB prior to saving. This is useful for displaying multi-channel images to a format that can be easily viewed outside ImageJ. |
Compression mode | Compression mode used when saving AVI videos ("File format" parameter):
|
Quality (0-100) | Quality of output JPEG-compressed video (values in range 0-100). For reference, saving AVIs via ImageJ's "File > Save As..." menu uses a quality of 90. |
Frame rate (fps) | Output video framerate (frames per second). |
Flatten overlay | Flatten any overlay elements onto the image prior to saving. |