moltenform
Home
Previous: Coordinate-Music
Previous: Coordinate-Music
Labs-Coordinate-Pictures
Labs-Coordinate-Pictures
Next: College Projects
Next: College Projects

Renaming Images

I'll explain this with a real-world example. Let's say I've been downloading many images from the internet, with gibberish filenames like Dr1yGpDUUAAvBs6.jpg. How should I quickly rename these images?

Screenshot

This will add a prefix with a number like ([0010]) to every filename. Why is this useful? It locks the order of images in place, such that I can now freely rename images without worrying about sort order. Without this, it would be cumbersome to rename every image in a directory because I would keep encountering images that I had already renamed.

Screenshot

We've now renamed the images.

 

Back