Uses of Enum Class
cloud.opencode.base.image.codec.jpeg.JpegSubsampling
Packages that use JpegSubsampling
-
Uses of JpegSubsampling in cloud.opencode.base.image.codec.jpeg
Subclasses with type arguments of type JpegSubsampling in cloud.opencode.base.image.codec.jpegModifier and TypeClassDescriptionenumJPEG chroma subsampling mode (mirrors libjpeg-turboTJSAMP_*).Methods in cloud.opencode.base.image.codec.jpeg that return JpegSubsamplingModifier and TypeMethodDescriptionstatic JpegSubsamplingJpegSubsampling.fromNative(int nativeValue) Maps a nativeTJSAMP_*integer back to aJpegSubsampling.JpegHeader.subsampling()Returns the value of thesubsamplingrecord component.JpegOptions.subsampling()Returns the value of thesubsamplingrecord component.static JpegSubsamplingReturns the enum constant of this class with the specified name.static JpegSubsampling[]JpegSubsampling.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.image.codec.jpeg with parameters of type JpegSubsamplingModifierConstructorDescriptionJpegHeader(int width, int height, JpegSubsampling subsampling) Creates an instance of aJpegHeaderrecord class.JpegOptions(int quality, JpegSubsampling subsampling) Compact constructor validatingqualityandsubsampling.