I wrote a program that imports an image and creates three new images, for example "black and white" or "grey scaled".
My problem is that i work with around 200 images and it takes a long time to import the images manually, and then to save the three created images manually.
Is it possible to create a loop that imports the images and exports the three new images with a changed name to a specific folder?
For example: I import the image "holiday" from the folder "Unchanged" and export "holiday_BlackWhite" or "holiday_greyscaled" to the folder "Changed".
ImageFileApply(filter makes little sense here) turned out to be no faster thanParallelDo. – LLlAMnYP Oct 23 '15 at 08:49