Many thanks All. I,m glad at least it isn,t something that some 10 year old
finds simple!
I,ll try solutions today.
John
"Paul" wrote in message
I,ve downloaded a list of jpg photo,s from a camera . I simply want to
leave the
photo,s in the order they were created but change their name to suit the
physical location
where they were taken. Its probably bleedingly obvious but not to me at
the moment. Would appreciate
any help here.
John
Found a utility here. Assuming your camera includes EXIF data in the
photo header, a utility like this can do automated name conversion.
I don't know anything about this utility, haven't AV scanned it etc.
Caveat Emptor. Notice that this strips the original 5301 serial number,
and just uses the EXIF date stamp.
http://www.digicamsoft.com/softnamexif.html
IMG_5301.JPG --> 2010-01-05.11.06.05.jpg
It does that, by extracting the date from the EXIF header, not
by extracting the date from the NTFS file system of your computer.
The clock of the camera must be accurate. The clock in my
camera right now, is off by quite a bit. If you're not careful,
such a scheme can screw up. Make sure that when correcting the
drift on your camera clock, you don't create overlapping timestamps.
Once that is done, then manually, you would type in the description...
This step would be done manually, in File Explorer. I use this
technique, for annotating files in my download directory. I use
two underscore characters, as a hint that the remaining letters
are an annotation.
2010-01-05.11.06.05.jpg --> 2010-01-05.11.06.05__Waterfall_1.jpg
Also, the above assumes the camera is not capable of burst shooting.
A good camera could blast off ten shots within the same second.
In which case, that utility would need a milliseconds field added to it
A cheap camera, like mine, this would not be a problem. The
repetition rate on my camera, is just too low for the timestamp
to be a problem.
You can probably also find a utility somewhere, to display the
EXIF data, just to see what data is available. An expensive camera
might even have GPS and be able to stamp pictures with their
latitude and longitude. The header could be full of info.
Example of an EXIF utility, probably one of the first.
http://www.sno.phy.queensu.ca/~phil/exiftool/
Exiftool could be using PERL scripting language, and an
up-to-date PERL can be obtained here, if you want one.
It looks like the last one I got was
ActivePerl-5.12.2.1202-MSWin32-x86-293621.msi
http://www.activestate.com/activeperl/downloads
HTH,
Paul