Cropping. Perhaps It's Simply Array Slicing!
Images As Arrays
By now we've already established that to a computer an image is just a bunch of numbers which represent individual pixels. If that's a bit confounding please check out my previous posts.
So essentially an image is an array! In Python...
theoreolorun.hashnode.dev2 min read