Problem with convert eps3 and latex command

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
thomkris
Posts: 7
Joined: 2011-12-20T13:10:24-07:00
Authentication code: 8675308

Problem with convert eps3 and latex command

Post by thomkris »

I am using ImageMagick 6.7.2-7 2011-10-19 presently. (One of old version worked with eps3 earlier, but not now)

I am trying to either convert or combine 4 png files to one eps file. I have to compress the final eps format file. I then use the eps file in LaTEx to build pdf. I get following error when reading with Latex. I can open in ghost view fine. I am not sure if the filepp.eps file is corrupted or I am not using correct options. This flow works fine with no eps3. Thanks for your suggestion.

Command: convert -page A4 filepp.gif -compress zip eps3:filepp.eps

Error: /undefined in ÃK
Operand stack:

Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %s
topped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_p
ush 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparra
y_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_pus
h --nostringval-- --nostringval-- --nostringval--
Dictionary stack:
--dict:1046/1123(ro)(G)-- --dict:0/20(G)-- --dict:90/200(L)-- --dict:195/300(L)--
--dict:64/200(L)-- --dict:90/200(L)--
Current allocation mode is local
Last OS error: 2
Current file position is 60650
Post Reply