Hi,
i received jpg images from customer. I checked if the image has a path
with the command:
exiftool sampleimage.jpg | grep Path
and got result:
Path 7d 0 : Path1
But when opened in Photoshop, there is not any path information!
imagemagick Identify also does not find a path( identify -format "%[8BIM:1999,2998:#1]" sampleimage.jpg)
I can imagine that the image in the past has had a path, but i expected that exiftool report zero result in this case
we use Exiftool 10.6
The path information is stored in the wrong location (in APP1 instead of APP13), so Photoshop isn't recognizing it.
There are other problems with the EXIF in this file.
The app that wrote this metadata is very buggy.
- Phil