Lost of EXIF Information during resize procedure

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Ryan Nutt

Post by Ryan Nutt »

Anything new on this, I'm having the same problem.
Ryan Nutt

Post by Ryan Nutt »

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 :-)
Post Reply