Search found 4 matches

by staylor43448
Thu Aug 11, 2022 7:14 am
Forum: NConvert
Topic: Script only executing one file then stopping
Replies: 8
Views: 2581

Re: Script only executing one file then stopping

Thanks for your input - the batch file suggestion seems to be a winner, don't know why I didn't think of that before

Have just knocked one up quick, simply calling nconvert [options] [file] time after time, and it works perfectly!

Thanks!
by staylor43448
Wed Aug 10, 2022 11:48 am
Forum: NConvert
Topic: Script only executing one file then stopping
Replies: 8
Views: 2581

Re: Only executing one file then stopping

I've based it on examples from the readme files that came with Nconvert

Screenshot attached

I've used it to perform tasks on multiple files before now, but one command covering all the files (i.e. simply list all the files first, then the command) - works a treat
by staylor43448
Wed Aug 10, 2022 10:56 am
Forum: NConvert
Topic: Script only executing one file then stopping
Replies: 8
Views: 2581

Re: Only executing one file then stopping

Thanks

Yes up to date Nconvert etc

Not using Excel as such, I'm going to use Excel to help me generate list of canvas sizes, then paste that into .txt file that Nconvert will run (there about 300 images, each of which need to be a slightly different canvas size)
by staylor43448
Wed Aug 10, 2022 10:27 am
Forum: NConvert
Topic: Script only executing one file then stopping
Replies: 8
Views: 2581

Script only executing one file then stopping

Have a simple task of re-sizing multiple images, based on new canvas widths

I can knock up the commands using Excel, as I can put some maths into it to give me a list of canvas sizes etc

Each image will need a different canvas size

I'm testing what I've done with two images, but script only seems ...