Login
From:
The blog at the bottom of the sea
(Uncensored)
subscribe
Resizing Images With Bicubic Interpolation « The blog at the bottom of the sea
https://blog.demofox.org/2015/08/15/resizing-images-with-bicubic-interpolation/
links
backlinks
Roast topics
Find topics
Find it!
In the last post we saw how to do cubic interpolation on a grid of data. Strangely enough, when that grid is a grid of pixel data, bicubic interpolation is a common method for resizing images! Bicu…