Ever wanted to know how many shutter actuations your camera has? There is a Perl script called
ExifTool which extracts a whole bunch of useful information from your images. You need to run the script in a terminal shell. Here is an example:
macbookair$ exiftool MD7D5952.CR2 | grep "Shutter Count"
Shutter Count : 414023
macbookair$
Simple enough right? Enjoy!
No comments:
Post a Comment