Changes between Initial Version and Version 1 of Ticket #34035, comment 2
- Timestamp:
- Oct 29, 2022, 1:01:51 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34035, comment 2
initial v1 7 7 pass 8 8 else: 9 if exif is not None and exif [274]> 4:9 if exif is not None and exif.get(274, 0) > 4: 10 10 return (p.image.size[1], p.image.size[0]) 11 11 }}}