Does anyone know how to extract the date a jpeg image was taken/create from the jpeg meta data using imageio?
Asked
Active
Viewed 728 times
1
-
2Have you looked into using the javax.imageio.metadata package? Please look here: http://stackoverflow.com/questions/3909317/creating-a-jpeg-file-with-metadata – Hovercraft Full Of Eels Jan 16 '11 at 01:43
2 Answers
1
This package should help you extract the metadata you need. http://www.drewnoakes.com/drewnoakes.com/code/exif/

Ben Chernicoff
- 11
- 1