You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that a -r option returns a different status result in some cases.
Here, for the same tiff file, without any switches or -rs jhove reported the file is "Well-Formed, but not valid". But with -r, it reported the file is "Well-Formed and valid".
$ jhove -m TIFF-hul hou01987c00002__0001.tif | grep "Status"
Status: Well-Formed, but not valid
$ jhove -m TIFF-hul -rs hou01987c00002__0001.tif | grep "Status"
Status: Well-Formed, but not valid
@mingtz I've not been able to reproduce this behaviour on any TIFF files to hand. Is there any chance of sharing a copy of a file that exhibits this behaviour?
It seems that a -r option returns a different status result in some cases.
Here, for the same tiff file, without any switches or -rs jhove reported the file is "Well-Formed, but not valid". But with -r, it reported the file is "Well-Formed and valid".
$ jhove -m TIFF-hul hou01987c00002__0001.tif | grep "Status"
Status: Well-Formed, but not valid
$ jhove -m TIFF-hul -rs hou01987c00002__0001.tif | grep "Status"
Status: Well-Formed, but not valid
$ jhove -m TIFF-hul -r hou01987c00002__0001.tif | grep "Status"
Status: Well-Formed and valid
The text was updated successfully, but these errors were encountered: