Postscript delegate failed (IM 6.3.5)
Posted: 2008-01-18T03:00:44-07:00
Hello,
I have troubles converting EPS to PNG:
file 1813.eps exists
any advice?
I have troubles converting EPS to PNG:
file 1813.eps exists
Code: Select all
convert -verbose 1813.eps 1813.png
[ghostscript library] -q -dQUIET -dSAFER -dPARANOIDSAFE -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pam" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-g336x238" "-r72x72" "-sOutputFile=/tmp/magick-XX1djQru" "-f/tmp/magick-XXDYrbkG" "-f/tmp/magick-XXWT4BcS"Error: /ioerror in --filter--
Operand stack:
DataSource --nostringval--
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1889 1 3 %oparray_pop 1888 1 3 %oparray_pop --nostringval-- 1872 1 3 %oparray_pop 1755 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1749 3 5 %oparray_pop
Dictionary stack:
--dict:1151/1684(ro)(G)-- --dict:0/20(G)-- --dict:80/200(L)-- --dict:19/40(L)-- --dict:6/12(L)--
Current allocation mode is local
Last OS error: 2
Current file position is 55702
GPL Ghostscript 8.61: Unrecoverable error, exit code 1
Start of Image
Define Huffman Table 0x00
0 1 5 1 1 1 1 1
1 0 0 0 0 0 0 0
Define Huffman Table 0x01
0 3 1 1 1 1 1 1
1 1 1 0 0 0 0 0
Define Huffman Table 0x10
0 2 1 3 3 2 4 3
5 5 4 4 0 0 1 125
Define Huffman Table 0x11
0 2 1 2 4 4 3 4
7 5 4 4 0 1 2 119
End Of Image
convert: Postscript delegate failed `1813.eps': No such file or directory.
convert: missing an image filename `1813.png'.
Code: Select all
# convert -version
Version: ImageMagick 6.3.5 01/14/08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
it seems IM and GS do not undestrand themselves very well.# gs -v
GPL Ghostscript 8.61 (2007-11-21)
Copyright (C) 2007 Artifex Software, Inc. All rights reserved.
any advice?