matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

Avoid Transpose to crash when exif data are invalid. #12

Closed nrsimha closed 10 years ago

nrsimha commented 10 years ago

Avoid crash during Transpose when PIL/Pillow cannot process EXIF data and showing 'IndexError: string index out of range' error.

It is related to this open Pillow issue: https://github.com/python-imaging/Pillow/issues/518

matthewwithanm commented 10 years ago

Thanks @monkeywarrior! This is merged and released as 1.1.9.