-
public final class ResizeOptionsOptions for resizing.
Describes the target bounds for the image (width, height) in pixels, as well as the downscaling policy to employ.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResizeOptions.Companion
-
Field Summary
Fields Modifier and Type Field Description public final Integerwidthpublic final Integerheightpublic final FloatmaxBitmapSizepublic final FloatroundUpFraction
-
Constructor Summary
Constructors Constructor Description ResizeOptions(Integer width, Integer height, Float maxBitmapSize, Float roundUpFraction)ResizeOptions(Integer width, Integer height, Float maxBitmapSize)ResizeOptions(Integer width, Integer height)
-