Difference between revisions of "FilterMode"

(Added illustration)
Line 1: Line 1:
 
How the image is filtered when scaling.
 
How the image is filtered when scaling.
 +
 +
[[File:ComparisonFilters.png]]
 
== Constants ==
 
== Constants ==
 
;linear: Scale image with linear interpolation.
 
;linear: Scale image with linear interpolation.

Revision as of 10:08, 24 June 2013

How the image is filtered when scaling.

ComparisonFilters.png

Constants

linear
Scale image with linear interpolation.
nearest
Scale image with nearest neighbor interpolation.

See Also


Other Languages