OS: Mac 64bit (Apple Silicon)
When you set the EXIF:Make tag of a TIFF file to value shorter than 4 characters, XnView displays a garbage value for this tag.
Effect: Incorrect value of the Make tag is displayed and it is also preserved in JPG files converted from the affected TIFF files.
To reproduce:
- Set the EXIF:Make tag to value shorter than 4 characters, e.g. Fed (exiftool -EXIF:Make=Fed file.tif).
- View such file in XnView MP.
- Observe that "Camera Manufacturer" is not "Fed" but "N" (a garbage value). Exiftool reports correct value, Apple's preview reports correct value, tiffdump reports correct value.
- Convert affected TIFF file to a JPG using Batch convert.
- This garbage value is present also in created JPG image.
Values of EXIF:Make tag shorter than 4 characters are displayed incorrectly for TIFF files.
Expected behaviour:
Values of EXIF:Make tag (Camera Manufacturer) shorter than 4 characters are displayed correctly for TIFF files.