Anthony was kind enough to provide me with two methods of getting the exif data from an image.
Use convert image.img -verbose info: OR identify -verbose image.img I really need the creation datetime from the image and neither of these commands provide this information. I finally found a command that does return the date but it does not appear to work on thumbnails, which is what I'll be working with: identify -format '%[EXIF:*]' image.jpg Is there a command that will extract the datetime from jpg thumbnails? Thanks Dick Day _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
