The attached image causes an InsufficientMemoryError exception inside the plum module when invoking the following code:
import exif
def test(): with open(test_file_str, 'rb') as image_file: target_image = Image(image_file)