You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make it public. It's usefull functions
interpolate_nearest(image, x, y, default);
interpolate_bilinear(image, x, y, default);
interpolate_bicubic(image, x, y, default);
The text was updated successfully, but these errors were encountered:
Hello, I'm in the process of tidying up some functions to be made public on #544. I've looked into the three interpolation functions you mentioned, but it seems they expect to be called through warp_into and wrap_into_with. Is there another purpose for them?
make it public. It's usefull functions
interpolate_nearest(image, x, y, default);
interpolate_bilinear(image, x, y, default);
interpolate_bicubic(image, x, y, default);
The text was updated successfully, but these errors were encountered: