My head is hurting with all this file name stuff.

convertDefault.sh (or rather ImageMagick's) appears to be happy when converting from .eps to .ppm (exit state 0) but is not happy (exit state 1) when converting from .eps to .pdf. This despite the fact that conversion actually succeeded.

Sometimes the gods conspire against us.

Angus

$ /c/Program\ Files/ImageMagick-6.2.1-Q16/convert 'J__MinSYS_home_Angus_ekkehart_dir with spaces_picture with spaces.eps' 'J__MinSYS_home_Angus_ekkehart_dir with spaces_picture with spaces.pdf'; echo $?
1

$ ls
J__MinSYS_home_Angus_ekkehart_dir with spaces_picture with spaces.eps
J__MinSYS_home_Angus_ekkehart_dir with spaces_picture with spaces.pdf





Reply via email to