User: editor -- 2010-02-01 << 408 410 >> |
Hits: 3728 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename image files by adding picture width and height? |
Input Sample: |
File1.jpg File2.jpg File3.jpg |
Output Sample: |
File1_2048_1536.jpg File2_640_480.jpg File3_1024_768.jpg |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-B open "Batch Runner" dialog 2. Drag all picture files from windows "File Browser" to "Batch Runner" window. 3. Check option of "set output filename", and change the entry from ${FILENAME} to: 4. Check if the preview of new filename in output file column is correct. 5. Click "File Rename" button, done! Note: You need to install Replace Pioneer 2.53 and above to use img_info function %W is picture width %H is picture height |
Screenshot 1: Batch_Runner_Window |