Batch processing and saving multiple versions.
Hi All,
I have several transformations that I want to apply to a batch of files and save the results obtained by applying each transformation singularly.
Let's say that I have the images img1.png, img2. png, ..., imgN.png and the transformations T1, T2, ..., TM. What I want is to apply the transformations singularly and save the result of each transformation like
img1_T1.png, img1_T2.png, ..., img1_TM.png
img2_T1.png, img2_T2.png, ..., img2_TM.png
...
imgN_T1.png, imgN_T2.png, ..., imgN_TM.png
What is the simplest way to do that? is it possible to create a single action that applies the different transformations and saves the result of each of them? do I need to create an action for each transformation?
Regards,
Simone
