Images and Java

Hi, I am trying to read metadata from an image using java. I need to find out the date the image was taken.

I have been using the jpegMetadataReader with no problems but I want to change it to read all images (ImageMetadataReader)and I can’t even get the code to compile.

I get a compiler error ‘cannot resolve symbol’

I am importing the following

import com.drew.imaging.*;

import com.drew.imaging.jpeg.*;

Any ideas would be greatly appreciated

Subject: It looks like you’re using http://metadata-extractor.googlecode.com

I’d suggest asking the question in their discussion forum:Redirecting to Google Groups

As your question is more about those Java classes than Domino.

Subject: Images and Java

Thanks so much