Re-sizing the Image using Interpolation
Introduction
When we have an image, it is always taken as a 2D matrix. The size of the image is nothing but the dimension of the matrix.
Credits of Cover Image - Photo by Kai Krog Halse on Unplash
In Python when we read the image, the size can be eas...
msameeruddin.hashnode.dev4 min read