Code: Select all
Error: /ioerror in --showpage--
Operand stack:
--nostringval-- 1 true
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1905 1 3 %oparray_pop 1904 1 3 %oparray_pop 1888 1 3 %oparray_pop --nostringval-- --nostringval-- 130 1 205 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- 1777 1 9 %oparray_pop --nostringval-- --nostringval--
Dictionary stack:
--dict:1153/1684(ro)(G)-- --dict:1/20(G)-- --dict:75/200(L)-- --dict:75/200(L)-- --dict:106/127(ro)(G)-- --dict:275/300(ro)(G)-- --dict:22/25(L)-- --dict:4/6(L)-- --dict:22/40(L)--
Current allocation mode is local
Last OS error: 28
Code: Select all
convert -colorspace Transparent -quality 90% -density 112x112 -filter lanczos -resize '450x650>' source.pdf page.jpg
I'm not sure if this is a problem with ImageMagick or GhostScript, but the conversion is successful with ImageMagick 6.3.7 / gs 8.62 on another machine. Could it be a resource limit problem? I'd appreciate any insight! Cheers.