View Single Post
  #5  
Old November 8th 06, 10:00 PM posted to rec.photo.digital
l v
external usenet poster
 
Posts: 182
Default How to insert the "modified time" attribute in "date taken" attribin batch mode

ashjas wrote:
I have clearly written that i want to insert the modified time into
date taken field of an image and that too in batch mode....
Yr app doesnt do that..i have seen many of these that let one manually
edit it..
I f u had to do it,would u do all this manually---editing hundereds
of photos??I dont think so...

WASTE..

Keith Sheppard wrote:
I tried many softwares ,to insert the date modified attrbute into the
"date taken" attribute of an image file..but was not able to find
anyone of them really do the job.

I am sure there are many packages which do this. My own (free) photo
manipulator application certainly does it. You can either open the image in
PhotoMan and choose View Properties or, once you've clicked on PhotoMan's
Tools menu and chosen Add Windows Menu Commands you can simply right click
any jpeg in a Windows explorer menu and choose Camera Settings from the
floating menu.

You can download PhotoMan free of charge from my web site at
http://homepages.tesco.net/~Keith.Sh...toman/home.htm

Regards
Keith



Stop typing like you are text messaging.

for /R %F in (*.jpg) do perl -e "@a = localtime((stat('%F'))[9]); $mtime
= sprintf qq(%04d:%02d:%02d-%02d:%02d:%02d), $a[5]+1900, $a[4]+1, $a[3],
$a[2], $a[1], $a[0]; `jhead -ts$mtime \"%F\"` "

--

Len