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

New Post: New version will not open file

$
0
0
Your files are CMYK. The vector files don't have a background and the cmyk32 (8 bits per channel) output device does not have transparency so it makes the background white. If you want to add transparency you should set the ColorSpace to sRGB in the MagickReadSettings:
MagickReadSettings settings = new MagickReadSettings();
settings.ColorSpace = ColorSpace.sRGB;

using (MagickImage image = new MagickImage("Porsche.ps", settings))
{
  image.Write("Porsche.png");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>