RasterResampling

The resampling/interpolation method to use for overscaling, also known as texture magnification filter

Properties

Link copied to clipboard
const val Linear: String

(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
const val Nearest: String

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