Python Forum
Pillow _getexif for python 3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pillow _getexif for python 3
#2
Just use the size attribute of the image returned by Image.open
image.size
The size is given as a 2-tuple (width, height).
Reply


Messages In This Thread
Pillow _getexif for python 3 - by Larz60+ - Oct-01-2016, 09:33 PM
RE: Pillow _getexif for python 3 - by Yoriz - Oct-01-2016, 09:51 PM
RE: Pillow _getexif for python 3 - by Larz60+ - Oct-01-2016, 10:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Pillow I_Am_Groot 1 2,695 Oct-13-2018, 07:28 AM
Last Post: j.crater
  [split] Python Pillow - Photo Manipulation keegan_010 1 3,024 Oct-11-2018, 09:57 AM
Last Post: Larz60+
  Python Pillow - Photo Manipulation keegan_010 2 2,960 Oct-11-2018, 03:49 AM
Last Post: keegan_010
  Combine images using Pillow and Python GMA 2 12,918 Jun-06-2018, 11:41 AM
Last Post: killerrex

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020