Read JHOVE attributes From TIFF And JPEG-2000 Files using Python?

237 views Asked by At

I am trying to read JHOVE attribues from TIFF and JP2 files. Is there a python library that makes this possible?

1

There are 1 answers

0
malat On

I would use the tifflib python binding (for TIFF file) and jpylyzer (for JP2 file). You should be able to extract all meta data from the input file, just select the one you need.