Package org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
-
Class Summary Class Description ChannelConvertStyle Converts a channel(s) at a particular timepoint into a stack(s).ExtractToRGB Extracts three channels to make an RGB image.IndependentChannels Converts each channel independently and creates a single-channeled stack from the conversion.RGBIfNamesMatch Converts a set of channels to a single RGB-stack if the channel-names match, otherwise usesfallback.