Uses of Class
org.anchoranalysis.plugin.image.task.bean.format.convertstyle.ChannelConvertStyle
Packages that use ChannelConvertStyle
Package
Description
Tasks for converting image-formats.
Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
-
Uses of ChannelConvertStyle in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return ChannelConvertStyleModifier and TypeMethodDescriptionConvertImageFormat.getChannelConversionStyle()
To convert as RGB or independently or in another way.Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type ChannelConvertStyleModifier and TypeMethodDescriptionvoid
ConvertImageFormat.setChannelConversionStyle
(ChannelConvertStyle channelConversionStyle) To convert as RGB or independently or in another way. -
Uses of ChannelConvertStyle in org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Modifier and TypeClassDescriptionclass
Extracts three channels to make an RGB image.class
Converts each channel independently and creates a single-channeled stack from the conversion.class
Converts a set of channels to a single RGB-stack if the channel-names match, otherwise usesfallback
.Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle that return ChannelConvertStyleModifier and TypeMethodDescriptionExtractToRGB.getFallback()
If a channel doesn't match an RGB pattern, this conversion-style can be used instead.RGBIfNamesMatch.getFallback()
If a channel doesn't match an RGB pattern, this conversion-style can be used instead.Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle with parameters of type ChannelConvertStyleModifier and TypeMethodDescriptionvoid
ExtractToRGB.setFallback
(ChannelConvertStyle fallback) If a channel doesn't match an RGB pattern, this conversion-style can be used instead.void
RGBIfNamesMatch.setFallback
(ChannelConvertStyle fallback) If a channel doesn't match an RGB pattern, this conversion-style can be used instead.