Yesterday, 02:28 PM
(Yesterday, 09:18 AM)rich2005 Wrote:(Yesterday, 01:38 AM)Leon Wrote: I get this message in terminal:
~ % gs
GPL Ghostscript 10.04.0 (2024-09-18)
....I tried two files, neither opened. The eps file is too large to open but it's a stock image from iStock.
Well, you see gs, it so Gimp should see it, back to
incompatible version of ghostscript
------------------
EDIT: Different laptop this morning and this has GPL Ghostscript 10.02.1 (2023-11-01)
seems to work ok Gimp 2.10.38 (from PPA)
--------------
or
Quote:I tried two files, neither opened. The eps file is too large to open but it's a stock image from iStock.problem with the image files ? Will they open with any other application ?
EDIT: just trying to eliminate things. Will one of the .eps files convert using gs in a terminal
This the largest eps I have handy, about 2 MB .eps file As a png opened in a file viewer. -r is pixels-per-inch you might want a smaller value.Code:
gs -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -sDEVICE=png16m -r600 -sOutputFile=out.png input.eps
I don't think it was able to. Here's what I got:
gs -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -sDEVICE=png16m -r600 -sOutputFile=out.png iStock-1304754928.eps
GPL Ghostscript 10.04.0 (2024-09-18)
Copyright © 2024 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Error: /undefinedfilename in (iStock-1304754928.eps)
Operand stack:
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push
Dictionary stack:
--dict:746/1123(ro)(G)-- --dict:0/20(G)-- --dict:85/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
I was able to open the file with Inkscape.