Introduction
This chapter explores how to work with images and maps. Python has some well-known image libraries that allow us to process images in both aesthetic and scientific ways.
We will touch on PIL's capabilities by demonstrating how to process images by applying filters and by resizing them.
Furthermore, we will show how to use image files as annotation for our matplotlibs' charts.
To deal with data visualization of geospatial datasets, we will cover the functionality of Python's available libraries and public APIs that we can use with map-based visual representations.
The final recipe shows how Python can create CAPTCHA test images.