I am trying to read JHOVE attribues from TIFF and JP2 files. Is there a python library that makes this possible?
Asked
Active
Viewed 221 times
1 Answers
0
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.

malat
- 12,152
- 13
- 89
- 158