IM 6.3.4-10+ does not read EPS3 files created using it

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Victor2

IM 6.3.4-10+ does not read EPS3 files created using it

Post by Victor2 »

convert logo: eps3:logo.eps
or
convert logo: -compress LZW eps3:logo.eps

and then
imdisplay logo.eps

or, for example
convert logo.eps logo.bmp

gives me a blank picture. File logo.eps at that is correct, it contains the logo (this can be checked using other apps to read EPS3). File logo.bmp is literally blank, all the pixels have the same color.

The earliest version in which I noticed the problem: 6.3.4-10.
The latest version, which I have worked correctly in this sense: 6.3.2-0.
Upd: Q16-windows-dll version type both.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IM 6.3.4-10+ does not read EPS3 files created using it

Post by magick »

We're using ImageMagick 6.4.5-5, the current release, and it can read the EPS3 files it creates.
Victor2

Re: IM 6.3.4-10+ does not read EPS3 files created using it

Post by Victor2 »

I tried IM 6.4.5-5, still no luck. The problem occurs on 3 PCs with WinXP SP2 and SP1, Ghostscript versions 8.15 and 8.63.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM 6.3.4-10+ does not read EPS3 files created using it

Post by fmw42 »

Victor2 wrote:convert logo: eps3:logo.eps
or
convert logo: -compress LZW eps3:logo.eps

and then
imdisplay logo.eps

or, for example
convert logo.eps logo.bmp

gives me a blank picture. File logo.eps at that is correct, it contains the logo (this can be checked using other apps to read EPS3). File logo.bmp is literally blank, all the pixels have the same color.

The earliest version in which I noticed the problem: 6.3.4-10.
The latest version, which I have worked correctly in this sense: 6.3.2-0.
Upd: Q16-windows-dll version type both.
I tried these commands on my Mac OSX Tiger with IM 6.4.5-5 Q16 and all works fine. Using Ghostscript 8.61

I am no expert on these matters, but have you checked your delegates.xml file to see that ep3 is properly defined and pointing to the correct location of ghostscript. Might you have multiple ghostscripts installed.
Victor2

Re: IM 6.3.4-10+ does not read EPS3 files created using it

Post by Victor2 »

fmw42 wrote:I am no expert on these matters, but have you checked your delegates.xml file to see that ep3 is properly defined and pointing to the correct location of ghostscript.
File delegates.xml is byte-identical to the one in the IM Windows Binary Release.
Might you have multiple ghostscripts installed.
No, just one.
Post Reply