Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard

Utility function to get RasterResampling instance from given value.

Properties

Link copied to clipboard

(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