Changes between Initial Version and Version 1 of Ticket #24441
- Timestamp:
- Mar 2, 2015, 4:04:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24441 – Description
initial v1 7 7 }}} 8 8 9 When hitting an unrecognized image file, the function should still return a tuple like `(0, 0)` or (-1, -1). I changed the function code to this:9 When hitting an unrecognized image file, the function should still return a tuple like `(0, 0)` or `(-1, -1)` (but it returns `None`). I changed the function code to this: 10 10 {{{ 11 11 from PIL import Image