A 'For' loop in my Python 2.7.8 script contains:
ODate = subprocess.check_output(['exiftool', '-datedimeoriginal', image.jpg])
Under Windows 7, a Windows console window opens and quickly closes again each time this statement is executed. Not so when running on my Mac (OS X 9).
How can I prevent this?
P.S. ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files.