I want to read some jpeg metadata like width, height, color depth and resolution with jai-imageio-jpeg2000 library. Is there any example for it?
Asked
Active
Viewed 311 times
0
-
It's a little unclear why you want to use a JPEG 2000 library to read JPEG metadata? Also, what have you tried so far? What does not work? – Harald K Aug 07 '17 at 07:17
-
1If you aren't tied to that library, perhaps try using [metadata-extractor](https://drewnoakes.com/code/exif/). – Drew Noakes Aug 18 '17 at 15:19