convert image.pcl image.bmp

"Christian Weßel" <[email protected]> Wed, 21 Jan 2009 13:14:51 +0100
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
Hello,

after convert a bitmap to PCL I got a right file.

Now I tried to re-convert the PCL file back to bitmap and got the following:

C:\>convert gate_
43.pcl gate_43_2.bmp
convert: `%s': %s "pcl6.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPR
OMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=p
nmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g612x792  "-sOutputFil
e=C:/DOKUME~1/Wessel/LOKALE~1/Temp/magick-4XkokvAF" "C:/DOKUME~1/Wessel/LOKALE~1
/Temp/magick-eUlqCuNJ" @ utility.c/SystemCommand/1829.

... but no bitmap file.

1. Is it possible to convert pcl to bmp?
2. If yes, why do I get error?

New with imagemagick, christian