I have a few thousand pictures that I have rename for a project.
DSC_0120.jpg to something useful like season_game_year.jpg
I have a php script that does this while making a copy and resizing
them. I ran into a problem where, for some reason, the script isnt
taking the pictures in order from the folder. I dont know how its
getting its order but its causing a problem. Say picture 4, 5, and 6
go together in sequence. When after conversion they are 4, 50 and 524
- or something crazy like that.
So Im going at this a different way.
How can I recursively rename and increment the names of image files?
DSC_001.jpg to Fall2009_Sept11_001.jpg
and so on through the folder?