I work with Nconvert 7.136 on a Windows 10 system.
Similar to the problem with character dot "." in filename ( see viewtopic.php?f=57&t=44696 ) I have problems with images that contain a space character.
But this problem occurs only for specific types - not for all.
(1) The test with a *.pgm file has no errors:
For command
Code: Select all
nconvert.exe -half_res -ignore_errors -thumb 1920 1920 -overwrite -out jpeg -o "baboon ascii" "baboon ascii.pgm"
(2) But the test with a *.psd file has errors:
For command
Code: Select all
nconvert.exe -half_res -ignore_errors -thumb 1920 1920 -overwrite -out jpeg -o "ima ges" "ima ges.psd"
And for identical file, but filename has no space, the test was ok:
nconvert.exe -half_res -ignore_errors -thumb 1920 1920 -overwrite -out jpeg -o "images" "images.psd"
the result is: Conversion of images.psd into images.jpg OK
Best regards
herb