php - How do I add exif data to an image? - Stack Overflow
stackoverflow.com/questions/22…
On our site, we get a large amount of photos uploaded from various sources. In order to keep the file sizes down, we strip all exif data from the source using mogrify: mogrify -strip image.jpg W...