PS: I played around: The error occurs on my Mac OS X, because "/bin/ sh" does not find "gs" (ghostscript). If I set "command="/usr/local/bin/gs -q -dBATCH -dNOPAUSE...." everything works fine on my Mac. If I set "command="gs -q -dBATCH -dNOPAUSE...." I get the error message "/bin/sh: gs: command nor found"
So my last question with the subject "imageviewport on mac os x" reduces to: How do I set the PATH on my Mac such that "gs" is found. In what file and with what command? I tried the file ".profile" with the command "set PATH=/usr/local/bin" whithout success. Kindest regards Thomas Dumm

