Changes between Initial Version and Version 1 of Ticket #24441


Ignore:
Timestamp:
Mar 2, 2015, 4:04:20 PM (9 years ago)
Author:
artscoop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24441 – Description

    initial v1  
    77}}}
    88
    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:
     9When 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:
    1010{{{
    1111    from PIL import Image
Back to Top