Bilinear interpolation: Difference between revisions

m
→‎{{header|Phix}}: IupDestroy is now a function
m (Phix/pGUI)
m (→‎{{header|Phix}}: IupDestroy is now a function)
Line 742:
function redraw_cb(Ihandle /*redraw*/)
IupSetAttributeHandle(label2, "IMAGE", NULL)
image2 = IupDestroy(image2)
atom v = IupGetDouble(scale,"VALUE")/100
image2 = scale_image(im1,v,v)
7,794

edits