Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Transparency/image background

$
0
0
I was unable to upgrade to 9.14 but I was able to upgrade from 9.09 to 9.10 and I am now past my eps issue and back to my original issue. I'm unable to download 9.14 from the ghostscript site. It keeps timing out. So I'm on 9.10, which seems to work fine for me

Using that image link above, and using the following code, the resulting .png has a white background. Are able to verify this as well?
        string sourceFilePath = "eps file";
        MagickImage magickImage1 = new MagickImage(sourceFilePath);
        magickImage1.Write(@"C:\testPNG.png");
The original has a transparent background but the resulting .png has a white background.

Viewing all articles
Browse latest Browse all 3693

Trending Articles