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

Get Exif data from UIImage - UIImagePickerController

How can we get Exif information from UIImage selected from UIImagePickerController? I had done much R&D for this …

iphone objective-c ipad exif
PHP extract GPS EXIF data

I would like to extract the GPS EXIF tag from pictures using php. I'm using the exif_read_data() that …

php metadata gps exif
reading android jpeg EXIF metadata from picture callback

Background: I am writing a camera app for a messenger program. I cannot save the captured image to persistent disk …

java android jpeg exif
Does PNG support metadata fields like Author, Camera Model, etc?

When I click on the image>property>details of a PNG image in Windows many fields are missing …

png metadata jpeg exif
Remove EXIF data from JPG using PHP

Is there any way to remove the EXIF data from a JPG using PHP? I have heard of PEL, but …

php image-processing imagemagick exif
UIImagePickerController and extracting EXIF data from existing photos

It's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in …

iphone cocoa-touch gps uiimagepickercontroller exif
How do I add exif data to an image?

On our site, we get a large amount of photos uploaded from various sources. In order to keep the file …

php image-processing imagemagick exif
writing exif data in php

I'm trying to create a website where I can add and modify metadata within a JPEG file. Is there a …

php metadata jpeg exif
Extract thumbnail from jpeg file

I'd like to extract thumbnail image from jpegs, without any external library. I mean this is not too difficult, because …

jpeg extract exif
Detect EXIF Orientation and Rotate Image using ImageMagick

Canon DSLRs appear to save photos in landscape orientation and uses exif::orientation to do the rotation. Question: How can …

php imagemagick exif