Resize and rename within recipe?
After editing my photos, I need to save 3 different sized jpg versions of each image.
So I want to have 3 recipes:
JPG R720 (which resizes to 720 pixels on the long side)
JPG R1024
JPG R2048
I want to be able to select my images, check all 3 recipes, and process them into jpgs with their sizes in the filename:
Image1R720.jpg
Image1R1024.jpg
Image1R2048.jpg
Image2R720.jpg
Image2R1024.jpg
Image2R2048.jpg
Possible?
The only way I know to do it now is run the three recipes separately and change the filename in the output for each run.
thanks, Leroy
So I want to have 3 recipes:
JPG R720 (which resizes to 720 pixels on the long side)
JPG R1024
JPG R2048
I want to be able to select my images, check all 3 recipes, and process them into jpgs with their sizes in the filename:
Image1R720.jpg
Image1R1024.jpg
Image1R2048.jpg
Image2R720.jpg
Image2R1024.jpg
Image2R2048.jpg
Possible?
The only way I know to do it now is run the three recipes separately and change the filename in the output for each run.
thanks, Leroy
0
-
Maybe there's a naming token for that? I'm not at my computer right now so I can't check, sorry. Browse through the list of tokens to see if there's something suitable. 0 -
This should work:
Set the "sub name" appropriately for each of the recipes with the relative dimension: eg "720".
Use the sub name token as part of the output naming.0 -
[quote="Jim_DK" wrote:
This should work:
Set the "sub name" appropriately for each of the recipes with the relative dimension: eg "720".
Use the sub name token as part of the output naming.
I do this all the time, albeit with the "size" as a prefix for the file name as I think it makes it much easier to read (but not necessarily easier to group if one has a need to group all sizes of the same image).0 -
[quote="Jim_DK" wrote:
This should work:
Set the "sub name" appropriately for each of the recipes with the relative dimension: eg "720".
Use the sub name token as part of the output naming.
Perfect. Thank you, Jim.0
Post is closed for comments.
Comments
4 comments