Renaming Images: Simple Rename - The Bulk Rename Function - Bulk Rename Pattern Reference - Advanced Bulk Rename
The Bulk Rename function allows you to rename many pictures in one operation.
You can enter a simple name that is applied to all pictures with a sequence number added automatically, or you can use a pattern to generate names.
You can also use the Bulk Rename function to add leading zeros to numbers in brackets. This is designed for the case where you have a program that adds sequence numbers to filenames automatically eg. Picture (2) becomes Picture (02). If the numbers do not have leading zeros, many programs will list them out of order - Picture (10) will appear before Picture (2).
Simple Bulk Rename
1) On the main Picnam window, check the files to be renamed.
You can create simple patterns by inserting <name>, <nnn>, <date> or <auto> into the new name.
<name> inserts the old name (without the extension) into the new name
<nnn> inserts an automatically incrementing number into the new name. The number of "n"s indicates how many digits to use, so <n> starts at 1, <nnnn> starts at <0001>
<date> inserts the date that the picture was taken, if it is present in the EXIF information in the file. Digital cameras normally record this information automatically. The default date format is "2005-12-31 17.59.01" which gives dates that sort correctly. Patterns can be used to modify the format of the date that is generated.
Note: Using a date pattern means that every image must be read to get the date information. This can take some time if you have many images so renaming may take longer than normal.
<auto> inserts an automatically incrementing number into the new name that is remembered between uses, so that it always starts from the next number. If you numbered files from 1 to 200 last time, the next generated number will be 201. By default the numbers are generated with 6 digits. The starting number and number of digits can be changed, see the reference section below for details. The extension is automatically added to the generated name.
See the Bulk Rename Pattern Reference to find out more about creating patterns.
| Pattern |
New names |
| <name><nnnn> | a0001.jpg b0002.jpg c0003.jpg |
| Pic<name> |
Pica.jpg Picb.jpg Picc.jpg |
| Pic<nn> |
Pic01.jpg Pic02.jpg Pic03.jpg |
| Pic<auto> (assuming last time you used automatic numbering the last number generated was 234) |
Pic000235 Pic000236 Pic000237 |
Tip: Removing leading zeros
When Picnam automatically adds a number to a generated filename, it adds leading zeros to avoid this problem. If you prefer names without the leading zeros, you can use this function to remove them. Simply follow the process to add leading zeros, and enter 1 as the minimum number of digits. Leading zeros will be removed.