S
S
sevmax2011-03-23 00:08:01
Photo
sevmax, 2011-03-23 00:08:01

Dates of creation of photos in the log

Tell me how to automatically extract dates of creation from the metadata of many photos into a text file and match them with file names.
For example:
001.jpg 01/01/2011

Thank you in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shadowalone, 2011-03-23
@sevmax

imagemagick
identify -format %[exif:*] file_name - all
identify -format %[exif:DateTimeOriginal] file_name - specifically date and time
If set, then write a processing script with a loop.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question