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

Is there a way to tell browsers to honor the jpeg exif orientation?

I know that the automatic rotation of JPG files is disabled in browsers. They can not enable it because it …

html css browser jpeg exif
Images taken with ACTION_IMAGE_CAPTURE always returns 1 for ExifInterface.TAG_ORIENTATION on some Gingerbread devices

I had the orientation issue when working with ACTION_IMAGE_CAPTURE activity. I have used the TAG_ORIENTATION so that …

android orientation exif image-capture
Getting GPS data from an image's EXIF in C#

I am developing a system that allows for an image to be uploaded to a server using ASP.NET C#. …

c# gps latitude-longitude exif
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 …

python python-imaging-library exif
Problem setting exif data for an image

I'm using the new ImageIO framework in iOS 4.1. I successfully retrieve the exif metadata using the following: CFDictionaryRef metadataDict = CMGetAttachment(…

iphone macos core-graphics exif javax.imageio
How to save GPS coordinates in exif data on Android?

I am writing GPS coordinates to my JPEG image, and the coordinates are correct (as demonstrated by my logcat output) …

android gps exif geotagging
extract exif orientation data from image

Possible Duplicate: Accessing JPEG EXIF rotation data in Javascript on the client side I'd need to extract the orientation EXIF …

javascript html jpeg exif
Getting "Taken Date" of a photo instead of "Modified Date" with PHP exif_read_data

I'm retrieving the creation date from a photo with exif_read_data PHP function (see the code below.) The dates …

php image exif
How to convert an image object to a binary blob

Is it possible to parse an image object (<img>) in the DOM as if it had been uploaded …

javascript image html blob exif
Rotating an image with orientation specified in EXIF using Python without PIL including the thumbnail

I have the following scenario: I am sending an image from iPhone along with the EXIF information to my Pyhon …

python ios image exif