exif-py icon indicating copy to clipboard operation
exif-py copied to clipboard

Easy to use Python module to extract Exif metadata from digital image files.

Results 74 exif-py issues
Sort by recently updated
recently updated
newest added

Certain programs will write data to an image's ITPC tag instead of writing it to Exif directly. I think it would be great to have the option of reading and...

enhancement

For some pictures i have the GPS GPSDate comes out as the format 2020:04:12 which i assume is the correct one. But then i have other pictures where it is...

bug

Hi, Thanks for the cool product. is it possible to get Makernote values in readable format? Now I can get it only like numbers array like [39, 0, 1, 0,...

enhancement

Is there some way of converting the dictionary returned by process_file in to a plain Python data structure? I would like to be able to serialize it to JSON in...

enhancement
needs help

There is 3 previews inside the NEF file, but EXIF.py can't seem to find them. Exiv2 finds it: ``` $ exiv2 -pp DSC_7880.NEF Preview 1: image/tiff, 160x120 pixels, 57600 bytes...

enhancement

Hi, support for Ricoh GR Makernote would be greatly appreciated - everyhing seems to be described here: https://sno.phy.queensu.ca/~phil/exiftool/TagNames/Ricoh.html EDIT: Following examples from the `exifread/tags/makernote folder`, for example `olympus.py`, I've set...

enhancement
needs help

On at least some of the attributes, a rational value of 26 is being read as a 0 by exifread 2.1.2 . This appears to be the case with latitude...

bug

Hello, I couldn't find out how to extend the library. I would like to have the tags below added : http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/FLIR.html This would allow processing infrared images with Python. Edit:...

enhancement

Hi First of all, thank you for this nice python module! I am new to EXIF data, so this is probably a very simple question. I have been having some...

question

I use sony a7m2, and I found some tags of exif info could not be decoded by this module

enhancement