Uses of Enum Class
org.aoju.bus.image.nimble.ColorSubsampling
Packages that use ColorSubsampling
-
Uses of ColorSubsampling in org.aoju.bus.image.nimble
Methods in org.aoju.bus.image.nimble that return ColorSubsamplingModifier and TypeMethodDescriptionstatic ColorSubsamplingReturns the enum constant of this class with the specified name.static ColorSubsampling[]ColorSubsampling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.nimble with parameters of type ColorSubsamplingModifier and TypeMethodDescriptionstatic ColorModelColorModelFactory.createYBRColorModel(int bits, int dataType, Attributes ds, YBR ybr, ColorSubsampling subsampling) Constructors in org.aoju.bus.image.nimble with parameters of type ColorSubsamplingModifierConstructorDescriptionSampledColorModel(ColorSpace cspace, ColorSubsampling subsampling) SampledSampleModel(int w, int h, ColorSubsampling subsampling)