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

JS Client-Side Exif Orientation: Rotate and Mirror JPEG Images

Digital camera photos are often saved as JPEG with an EXIF "orientation" tag. To display correctly, images need to be …

javascript rotation html5-canvas exif
In Python, how do I read the exif data for an image?

I'm using PIL. How do I turn the EXIF data of a picture into a dictionary?

python image python-imaging-library exif
Accessing JPEG EXIF rotation data in JavaScript on the client side

I'd like to rotate photos based on their original rotation, as set by the camera in JPEG EXIF image data. …

javascript jpeg exif html5-canvas
How to get the EXIF data from a file using C#

I would like to write a small program in C# which goes through my jpeg photos and, for example, sorts …

c# exif photography
PHP read_exif_data and Adjust Orientation

I am using the following code to rotate an uploaded jpeg image if the orientation is off. I am only …

php orientation exif
Exif manipulation library for python

I'm looking for good exif (Exchangeable image file format) manipulation library for python. I prefer flexibility (e.g., ability to …

python exif
How to remove EXIF data without recompressing the JPEG?

I want to remove the EXIF information (including thumbnail, metadata, camera info... everything!) from JPEG files, but I don't want …

unix imagemagick jpeg exif
Does PNG contain EXIF data like JPG?

I was wondering if PNG contains data like the following? What I did was to convert the jpg file to …

actionscript-3 png jpeg exif
Convert JPG/GIF image to PNG in PHP?

Possible Duplicate of Convert jpg image to gif, png & bmp format using PHP I have a PHP form that …

php image upload png exif
Reading data metadata from JPEG, XMP or EXIF in C#

I've been looking around for a decent way of reading metadata (specifically, the date taken) from JPEG files in C#, …

c# metadata jpeg exif xmp