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

PHP exif_read_data Illegal IFD size

I'm working on an application where I fix orientation (if it is present) of jpeg files downloaded from an AWS …

php jpeg exif
.NET C# library for lossless Exif rewriting?

I have found various code and libraries for editing Exif. But they are only lossless when the image width and …

c# .net jpeg exif
Strip EXIF data from image

How can I strip the EXIF data from an uploaded image through javascript? I am currently able to access the …

javascript exif
Invalid SOS parameters for sequential JPEG

I' am getting this error when use imagecreatefromjpeg function. Warning: imagecreatefromjpeg(): gd-jpeg, libjpeg: recoverable error: Invalid SOS parameters for sequential …

php exif
Simple way to remove EXIF data from a JPEG with .NET

How can I remove all EXIF data from a JPEG image? I found lots of examples on how to read …

.net exif
How to stop PHP iMagick auto-rotating images based on EXIF 'orientation' data

Currently working with PHP and iMagick to develop a poster printing Web application. This is the example image I am …

php image web-applications exif imagick
With python, How to read the "date created" of a file?

I am writing a short script in python that will scan through a list of folders for image files and …

python image exif datecreated
Custom Exif Tags

I am using exiv2 to manipulate metadata in a jpeg file. I need to write more information related to image …

exif
EXIFTOOL - Set datetime from filename

I have many photos named with a date format but the EXIF dates don't match. e.g. 2016-12-16_20-20…

exif exiftool
Android EXIF data always 0, how to change it?

I have an app that captures photos using the native Camera and then uploads them to a server. My problem …

android image camera orientation exif