Probably the most common data that is not text is image data. Images had their own set of specific metadata that can be read to filter values or perform other operations.
A main challenge is dealing with multiple formats and different metadata definitions. We'll show in this recipe how to get information from both a JPEG and PNG, and how the same information can be encoded differently.