Lost of EXIF Information during resize procedure
Just as an update...
This problem showed after a conversion using IM 6.0.7 which I know is a very old version. But, it's on a client's server so I can't do much to change it.
But looking at the image exif_read_data would still pull the EXIF out, it just threw the warning first. So $x = exif_read_data('filename.jpg') would still fill $x with the EXIF info. I put a @ in front of exif_read_data to have it ignore the warning and it works without displaying the warning.
I still think it's a problem somewhere in the conversion because IrfanView won't read the EXIF out of the same file but it will read the IPTC. Of course if the solution is to upgrade I certainly understand that
This problem showed after a conversion using IM 6.0.7 which I know is a very old version. But, it's on a client's server so I can't do much to change it.
But looking at the image exif_read_data would still pull the EXIF out, it just threw the warning first. So $x = exif_read_data('filename.jpg') would still fill $x with the EXIF info. I put a @ in front of exif_read_data to have it ignore the warning and it works without displaying the warning.
I still think it's a problem somewhere in the conversion because IrfanView won't read the EXIF out of the same file but it will read the IPTC. Of course if the solution is to upgrade I certainly understand that