Concept Flow - Basic image manipulation with arrays
Load image as array
Access pixel values
Modify pixel values
Save or display modified image
We start by loading an image into an array, then access and change pixel values, and finally save or show the changed image.