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