Bilinear interpolation: Difference between revisions

m
added whitespace.
m (added whitespace.)
Line 3:
[[wp:Bilinear interpolation|Bilinear interpolation]] is linear interpolation in 2 dimensions, and is typically used for image scaling and for 2D finite element analysis.
 
;Task:
 
;Task:
Open an image file, enlarge it by 60% using bilinear interpolation, then either display the result or save the result to a file.
<br><br>
 
=={{header|C}}==