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