Changes between Initial Version and Version 1 of Ticket #34035, comment 2


Ignore:
Timestamp:
Oct 29, 2022, 1:01:51 PM (2 years ago)
Author:
Adam

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34035, comment 2

    initial v1  
    77    pass
    88else:
    9     if exif is not None and exif[274] > 4:
     9    if exif is not None and exif.get(274, 0) > 4:
    1010        return (p.image.size[1], p.image.size[0])
    1111}}}
Back to Top