ImageMagick6 ist installed and working
Ghostscript is installed and working

Code:
convert \test.pdf \test.jpg 2>&1
shellscript is working..

PHP Code:
$im = new Imagick(); 
...