-crop dimension limit?
Posted: Thu Jul 19, 2012 9:20 pm
I'm trying to do a batch crop operation where the dimensions of the outputted images excede 10,000 x 10,000 px. It seems that whenever I get above 7000 px for x or y, nconvert stops trying to crop and simply outputs the whole source image. Is this a glitch? Does NConvert have a limit to what it can crop? I doubt it'd be the latter, as 10,000 px isn't very large. Here's my command:
nconvert -out jpeg -q 100 -crop 7337 940 10000 10000 -n 1 10 1 -o G:\test4\test#####.jpg G:\520619\144Scan-120609-####.jpg
Any ideas?
nconvert -out jpeg -q 100 -crop 7337 940 10000 10000 -n 1 10 1 -o G:\test4\test#####.jpg G:\520619\144Scan-120609-####.jpg
Any ideas?