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