output the acquisition time of a large set of images
Agustin Lobo <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! I need to output the acquisition time of a large set of images. I've found this way: identify -verbose SDIM1312.tif | grep DateTimeOriginal (and then just make an script) is there a more elegant syntax (i.e., an specific or better suited command) for getting the acquisition time? Thanks Agus