path info in header, but not in Photoshop

Started by johanwieland, December 08, 2017, 07:47:18 AM

Previous topic - Next topic

johanwieland

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






Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).