Bilinear interpolation: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2:
{{draft task}}
[[wp:Bilinear interpolation|Bilinear interpolation]] is linear interpolation in 2 dimensions, and is typically used for image scaling and for 2D finite element analysis.
 
<!-- TODO: Describe a *task*; must be a draft until that is done, and four implementations are written -->
;Task:
 
Open an image file, enlarge it by 60% using bilinear interpolation, then either display the result or save the result to a file.
 
=={{header|C}}==
Anonymous user