jhove icon indicating copy to clipboard operation
jhove copied to clipboard

jHove doesn't report on a couple of TIFF tags:

Open perdrix52 opened this issue 3 years ago • 3 comments

Specifically: TIFFTAG_STRIPOFFSETS and TIFFTAGSTRIPBYTECOUNTS

AsTiffTagViewer does report them correctly ...

StripOffsets (3 Long): 514, 16771762, 33543010 StripByteCounts (3 Long): 16771248, 16771248, 2496960

Here's a dropbox link to a file that contains those tags.

https://www.dropbox.com/s/moe5rtp4wg1ra21/MasterOffset_ISO200%20-%20good.tif?dl=0

Thanks, David

perdrix52 avatar Apr 13 '23 12:04 perdrix52

Hi @perdrix52 this won't be part of the finalised 1.28 release but we will take a look at this when we're planning the 1.30 release over the summer.

carlwilson avatar May 11 '23 13:05 carlwilson

Thanks, David

perdrix52 avatar May 11 '23 19:05 perdrix52

In fact, all these tags were correctly extracted and checked. However, they were all stored in the NisoMetadata part of the information (see https://www.loc.gov/standards/mix/). This information is displayed differently depending on the version of mix 0.2, 1.0, 2.0

Only the 0.2 version displayed this information. This version is quite outdated and the default is to display the 2.0 version.

So the correction is to add those properties to the normal ones of the images. There will be a duplication of the information is the case of 0.2 version.

tledoux avatar Mar 08 '24 17:03 tledoux