Category
page 1Texture filtering

mipmap
In computer graphics, a mipmap (mip being an acronym of the Latin phrase multum in parvo, meaning "much in little") is a pre-calculated, optimized sequence of images, each of which has an image resolution which is a factor of two smaller than the previous. Their use is known as mipmapping.
anisotropic filtering
method of enhancing the image quality of textures on surfaces of computer graphics
nearest-neighbor interpolation
simple method of multivariate interpolation in one or more dimensions
texture filtering
method used to determine the texture color for a texture mapped pixel, using the colors of nearby texels