Class ConvertImageFormat


public class ConvertImageFormat extends RasterTask<NoSharedState,OutputSequenceIndexed<Stack,String>>
Converts each input-image to an output format, optionally changing the bit depth.

Stacks containing multiple series (i.e. multiple images in a single file) are supported.

If it looks like an RGB image, channels are written as a single RGB image. Otherwise, each channel is written separately.

If only a single stack will be converted, its name is suppressed in the output.

The following outputs are produced:

Output NameDefault?Description
"converted"yesAn image written in the default output format.
outputs from Task
Author:
Owen Feehan