Bilinear interpolation: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:
{{draft task}}
{{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.
[[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}}==
=={{header|C}}==