Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): RasterResampling

Utility function to get RasterResampling instance from given value.

Properties

Link copied to clipboard
@JvmField
val LINEAR: RasterResampling

(Bi)linear filtering interpolates pixel values using the weighted average of the four closest original source pixels creating a smooth but blurry look when overscaled

Link copied to clipboard

Nearest neighbor filtering interpolates pixel values using the nearest original source pixel creating a sharp but pixelated look when overscaled