Challenge¶
Download this image of a Red-headed Woodpecker.
Then convert it to a binary, black and white image like this one.
Solution¶
Here's a solution that uses
- Pillow to load the image
- NumPy to convert manipulate the array
- Matplotlib to plot the result