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 TypeMethodDescriptionvoidConvertImageFormat.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 TypeClassDescriptionclassExtracts three channels to make an RGB image.classConverts each channel independently and creates a single-channeled stack from the conversion.classConverts 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 TypeMethodDescriptionvoidExtractToRGB.setFallback(ChannelConvertStyle fallback) If a channel doesn't match an RGB pattern, this conversion-style can be used instead.voidRGBIfNamesMatch.setFallback(ChannelConvertStyle fallback) If a channel doesn't match an RGB pattern, this conversion-style can be used instead.