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

Preserve exif data of image with PIL when resize(create thumbnail)

When I try to resize (thumbnail) an image using PIL, the exif data is lost. What do I have to …

python python-imaging-library exif
Image rotation on input type="file"

I am using react-firebase-file-uploader to upload an avatar to firebase storage. However, any time I upload an image of Portrait …

javascript reactjs orientation exif
How to retrieve EXIF information of an image in Rails

I am using Rails paperclip for displaying the images in my page. I want to know how to retrieve EXIF …

ruby-on-rails ruby paperclip exif
Swift accessing EXIF Dictionary

Info: Using Swift and the CGImageSourceCreateWithURL function. I am attempting to load a file from a URL and then edit …

ios image swift exif cgimage
HTML5 - resize image and keep EXIF in resized image

How can I resize an image (using an HTML5 canvas element) and keep the EXIF information from the original image? …

javascript html image-processing exif
How to use ExifInterface with a stream or URI

I'm writing an app that can be sent a photo URI from the "Share via" menu in Android. The kind …

android stream orientation uri exif
Which EXIF tag to store keyword/tag for a photo?

I am developing a photo gallery which will read/write EXIF tags. I will put photo title in the EXIF …

image-processing tags imagemagick exif exiftool
Setting Android Photo EXIF Orientation

I have written an Android activity that captures a photo programatically. I want to save the image as a JPEG …

android camera android-camera exif android-orientation
Modify or Delete Exif tag 'Orientation' in Python

I need some of my pictures to be displayed with the same orientation whether the software reads the exif data …

python python-imaging-library exif
Write EXIF into JPG with PHP

For a couple of days I'm trying to write (or update) EXIF information (geotag, latitude and longitude) in a JPG …

php exif imagick