Is there a package to read EXIF data from a jpg image?

ImageMagick contains a function magickinfo() that reads the EXIF info from an image file without loading the image. This is fast and provides just what I need. Thanks.

1 Like