Re: output the acquisition time of a large set of images

Fred Weinhaus <[email protected]>
Newsgroups gmane.comp.video.image-magick.user
Message-ID <p06240800c717ba3f31b0@[192.168.1.2]>
>Thanks!
>The problem is that I get the ouput like this:
>SDIM0027.tif 2009:07:29 08:09:52SDIM0030.tif 2009:07:29 08:29:12SDIM0031.tif
>
>how could I separate the time and next filename?
>
>Agus
>
>Fred Weinhaus wrote:
>>see DateTimeOriginal EXIF tag string format at 
>>http://www.imagemagick.org/script/escape.php
>>
>>put all your files into a folder, cd to that folder, then
>>
>>identify -format "%i %[EXIF:DateTimeOriginal]" *
>>
>>_______________________________________________
>>Magick-users mailing list
>>[email protected]
>>http://studio.imagemagick.org/mailman/listinfo/magick-users
>>
>>
>
>

try putting a \n in the string format as follows:

identify -format "%i %[EXIF:DateTimeOriginal]\n" *

Fred
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.