Top "Exif" questions

Exchangeable image file format is a standard for storing metadata such as camera, lens, and geo information in JPEG and TIFF files

How to attach EXIF metadata to a serialized Bitmap in Android?

In Android, when decoding a Bitmap from a photo on the phone, the EXIF data in the original gets lost. …

android exif
How to remove EXIF data from image, but keep the orientation?

When I remove the EXIF data from a folder with images with the Windows properties-tool, the orientation (that was already …

image orientation jpeg exif exiftool
How to add GPS latitude and longitude using Exiftool in mac (how to edit meta data in jpeg)

I have a bunch jpeg image that is obtained from FLIR camera. Along with that images I collected the GPS …

r gps jpeg exif exiftool
Copy an image and preserve its EXIF/IPTC data with PHP imageCreateFromJpeg?

I having some problems with an image that has EXIF/IPTC data stored in it. When I use imageCreateFromJpeg (to …

php gd exif iptc
EXIF data read and write

I searched for getting the EXIF data from picture files and write them back for Swift. But I only could …

swift exif
How retrieve the creation date of photos with a script

What I want to do is reorganize files in my Camera Roll folder. Using the creation date I want to …

bash directory exif photos
Key Error when key is in dictionary

Just trying to pull some lat/lon info from EXIF data on a bunch of photos, but code is throwing …

python exif keyerror