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

New Post: Multiple layer (PSD) placing images on top of each other

$
0
0
I am not sure what you are asking? Do you want to put all the images from your input image (PSD) on top of each other? If that is want you want you could do the following:
using (MagickImageCollection psd = new MagickImageCollection("YourFile.psd"))
{
  using (MagickImage result = psd.Flatten())
  {
    result.Write("Output.jpg");
  }
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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