Forum Moderators: coopster
Any thoughts?
Is there a way to check and see if an image has EXIF before calling exif_read_data, or to have it fill the array regardless and then I can check to see if the field I need is populated?
It turns out that the EXIF is still there but somehow got screwed up during the conversion - Photoshop can read it but IrfanView can't. I checked the variable array I loaded ($x = exif_read_data()) and the information was there, it just threw a warning while loading it. I threw an @ in front on the exif_read_data call and go from there.