Reverse
This program reverses alphabetical filenames ending with .jpg, .jpeg and .tga
you can easily add more extentions by editing the regexp in the perl file.
By reverse I mean in the image sequence 001.jpg, 002.jpg,003.jpg, would be renamed like this 001.jpg-->003.jpg,002.jpg-->002.jpg,003.jpg-->001.jpg
The reason for this is to reverse numbered image sequences so that if you want to have an animation
play to the end then reverse back without relying on a player that has a loop back and forth type function
you can easily reverse some frames and append the new sequence to the old one, I suppose it would be nice
to be able to specify a new range but this did the job at the time :)
BTW the numbers have to be '0' padded for the alphabetical sort to work.
There is no GUI and it renames all files in the directory so BE WARNED, you can always run it again
and it will reverse the names back to the way they were (probably) so test it first!.
There is no licence you can do what ever you want with this at you own risk of course.
| reverse - Reverses alphabetical filenames |
Run from the directory you want reversed by typing 'perl reverse.pl' if you have perl installed
or executing the reverse_###.exe |
| reverse_0.1.zip |
0.1 |
First working script to revese filenames. |
| |
|
|
| |
|
|
| |
|
|
|
|