InsufficientMemoryError occurred during unpack operation when processing a certain image file

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)

10503500223_4bae3fec3a_o