BWiley
1st of March 2003 (Sat), 22:23
Sometimes when I'm processing images for a client in Breezebrowser I insert in the filename the size of the print to be made, like this:
100-0004_5x7.tif
But before I can send the order to my photo processor, I still need to change 2 things:
Remove the "100" at the beginning and insert a 7-digit order number that corresponds to the form of my photo processor,
Renumber the "0004" so all the files are consecutive,
and also leave the "_5x7" on the name (unchanged).
My goal is to end up with this:
2473575-0001_5x7.tif
I figured out how to insert the 7 digit number at the beginning (Custom Function 1), and I use %n to set the sequence number, but I can't figure out how to leave the picture size that I previously put in the file name. The picture size varies from file to file.
Any ideas?
Thanks, Bill
100-0004_5x7.tif
But before I can send the order to my photo processor, I still need to change 2 things:
Remove the "100" at the beginning and insert a 7-digit order number that corresponds to the form of my photo processor,
Renumber the "0004" so all the files are consecutive,
and also leave the "_5x7" on the name (unchanged).
My goal is to end up with this:
2473575-0001_5x7.tif
I figured out how to insert the 7 digit number at the beginning (Custom Function 1), and I use %n to set the sequence number, but I can't figure out how to leave the picture size that I previously put in the file name. The picture size varies from file to file.
Any ideas?
Thanks, Bill