>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 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
