We process sometimes images with EXIF tag FileSource (41728 / 0xA300) set. Jhove expects the value 7 and declares the file Not well-formed if not found. This is incorrect AFAIK, the specification default is 3 (to indicate a digital camera as source). Other values are also valid indicating a different file sources.
* FileSource
Indicates the image source. If a DSC recorded the image, this tag value always shall be set to 3.
Tag = 41728 (A300.H)
Type = UNDEFINED
Count = 1
Default = 3
0 = others
1 = scanner of transparent type
2 = scanner of reflex type
3 = DSC
Other = reserved
This was already mentioned in https://github.com/openpreserve/jhove/issues/767 (closed) but it is not yet fixed in version 1.28.0 (TIFF-HUL 1.9.4).
We process sometimes images with EXIF tag FileSource (41728 / 0xA300) set. Jhove expects the value
7
and declares the fileNot well-formed
if not found. This is incorrect AFAIK, the specification default is3
(to indicate a digital camera as source). Other values are also valid indicating a different file sources.Exif specification 2.32