Bilinear interpolation: Difference between revisions

Content deleted Content added
Robbie (talk | contribs)
Petelomax (talk | contribs)
Line 657:
 
=={{header|Phix}}==
{{libheader|pGUI}}
Gui app with slider for between 2 and 200% scaling. Various bits of this code scavenged from C#/Go/Kotlin/Wikipedia.
<lang Phix>-- demo\rosetta\Bilinear_interpolation.exw