Batch denoise and export next to original

Hello,

I have a folder structure with original jxl files (I will convert them to jpeg first since jxl is not supported by Photo AI, I am aware of this).

I would like to denoise all of them with the same denoising setting (they are scans made with a cheap scanner, all have the same noise pattern). Then I would like the result to be exported into an identical folder structure. Or simply exported next to the original file with a suffix. Or even overwrite the original is fine.

I just don’t want to have to process them one folder at a time and I do not want to have to recreate the folder structure by hand, there’s too many.

Is Photo AI able to do this?

Something like this?

/Applications/Topaz Photo AI.app/Contents/MacOS/Topaz\ Photo\ AI --cli --verbose --override --recursive --quality 95 --noise --showSettings --format jpeg /path/to/top/level/folder/

(I am on macOS)

I can’t seem to test this with the trial, unfortunately.

The CLI would be a great option for this workflow :slight_smile:

1 Like

ah, I see it now, I originally read the entire CLI doc and missed it:

If output folder is specified, the input folder’s structure will be recreated within the output as necessary.

thanks!

1 Like