Hi Andre, > On Fri, Sep 12, 2003 at 05:11:25PM +0200, Ben Liesfeld wrote: >> convert test.eps test.bmp >> or >> convert test.eps test.ppm >> >> from the command line doesn't work (but the correct convert.exe is >> called, so the path is ok somehow). Still, ghostscript is complaining >> about /undefinedfilename. >> I put my sample file here (if you are interested) >> www.personal.uni-jena.de/~p9libe/test.eps > Works fine with
[EMAIL PROTECTED]:/tmp >> gv -v > gv 3.5.8 [EMAIL PROTECTED]:/tmp >> gs -v > ESP Ghostscript 7.05.3 (2002-06-28) > Copyright (C) 2002 artofcode LLC, Benicia, CA. All rights reserved. [EMAIL PROTECTED]:/tmp >> convert -v > Version: @(#)ImageMagick 5.4.7 07/18/02 Q:16 http://www.imagemagick.org > Copyright: Copyright (C) 2002 ImageMagick Studio LLC > What exactly do you type and what exactly do you get as result? I was referring to the use of ImageMagick and Ghostscript on the windows platform (you are apparently using *nix). There are no problems with LyxQt on *nix converting images. Somehow ImageMagick and GS don't work together on my platform (WinXP) but it seems that other users (like Jorgen Johansson) have a working configuration. I made sure that I have the same ImageMagick and GS versions installed but still I get error messages like the one below: --snip-- C:\>convert test.eps test.ppm AFPL Ghostscript 8.11 (2003-08-16) Copyright (C) 2003 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Error: /undefinedfilename in (files\\gs\\gs8.11\\bin\\gswin32c.exe) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval- - 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa lse 1 %stopped_push Dictionary stack: --dict:1104/1123(ro)(G)-- --dict:0/20(G)-- --dict:69/200(L)-- Current allocation mode is local Last OS error: No such file or directory AFPL Ghostscript 8.11: Unrecoverable error, exit code 1 AFPL Ghostscript 8.11 (2003-08-16) Copyright (C) 2003 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Error: /undefinedfilename in (files\\gs\\gs8.11\\bin\\gswin32c.exe) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval- - 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa lse 1 %stopped_push Dictionary stack: --dict:1104/1123(ro)(G)-- --dict:0/20(G)-- --dict:69/200(L)-- Current allocation mode is local Last OS error: No such file or directory AFPL Ghostscript 8.11: Unrecoverable error, exit code 1 convert: DPS library is not available (test.eps). --snip-- -- Ben Liesfeld