How can I show an image plotting pixel by pixel using python? – Photoshop
I have an image of size 1000x1000(Grayscale). I want to start with a white canvas and plot the pixel value one by one on that canvas and create a video out of it. How can we achieve this?