AT_LEAST -
Static variable in class com.bumptech.glide.resize.load.Downsampler
Load and scale the image uniformly (maintaining the image's aspect ratio) so that the dimensions of the image
will be greater than or equal to the given width and height.
AT_MOST -
Static variable in class com.bumptech.glide.resize.load.Downsampler
Load and scale the image uniformly (maintaining the image's aspect ratio) so that the dimensions of the image
will be less than or equal to the given width and height.