I have a bunch of images downloaded from the web. I kept their original file names when I saved them.
Now I would like to reorder these images and have them renamed in a pattern like this: [prefix]_[sequence_number].[original_file_extension]
So, for example, I have reordered the images and want the prefix japan, I would like to have the following result:
japan_1.jpg
japan_2.jpg
japan_3.jpg
japan_4.jpg
japan_5.jpg
...
Is there any GUI application on Windows/MAC that can be helpful in this situation?