PDA

View Full Version : Remove EXIF data when uploading an attachment


chriske
10-12-2016, 04:59 PM
Can anyone help me with automatically removing the EXIF data when a user is uploading an attachment in vbulletin 4?

Dragonsys
10-12-2016, 05:36 PM
you could use imagecreatefromjpeg, but all the images would have to be jpeg format. I'm not sure if any other types store exif in the file.

chriske
10-13-2016, 12:03 AM
Thanks for the reply. Found this : http://stackoverflow.com/questions/3614925/remove-exif-data-from-jpg-using-php Will look into it tomorrow.