Skip to content Skip to sidebar Skip to footer
Showing posts with the label Exif

Modify Or Delete Exif Tag 'orientation' In Python

I need some of my pictures to be displayed with the same orientation whether the software reads the… Read more Modify Or Delete Exif Tag 'orientation' In Python

Get Date And Time When Photo Was Taken From Exif Data Using Pil

I can get the EXIF data from an image using PIL, but how can I get the date and time that the photo… Read more Get Date And Time When Photo Was Taken From Exif Data Using Pil

Why Is My _getexif() Returning None?

I have the following Python script: from PIL import Image from PIL.ExifTags import TAGS img = Imag… Read more Why Is My _getexif() Returning None?