ExifTool Forum

General => Metadata => Topic started by: johanwieland on December 08, 2017, 07:47:18 AM

Title: path info in header, but not in Photoshop
Post by: johanwieland on December 08, 2017, 07:47:18 AM
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





Title: Re: path info in header, but not in Photoshop
Post by: Phil Harvey on December 08, 2017, 10:48:29 AM
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