Re: bug/regression in EPS->PNG conversion (transparency)

[email protected] Thu, 11 Dec 2008 10:18:59 -0800
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
> convert file.eps file.png

> convert will choose the ps:alpha delegate, which makes the PNG
> background transparent.

We cannot reproduce this problem.  We surmise the problem is in the PNG
device driver of an older version of Ghostscript.  Try it both against
a newer release of Ghostscript and / or ImageMagick.  In the mean-time
the workaround is to change the device in delegates.xml from pngalpha
to pnmraw or use the -alpha off.