Does anyone know how to extract the date a jpeg image was taken/c开发者_运维技巧reate from the jpeg meta data using imageio?
This package should help you extract the metadata you need. http://www.drewnoakes.com/drewnoakes.com/code/exif/
You should consider Java Advanced Imaging API.
Java doc here
PDF with examples here
精彩评论