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

New Post: Write MPC file format

$
0
0
I get both a cache and mpc file when I execute the following code:
using (MagickImageCollection images = new MagickImageCollection())
{
  images.Add("logo:");
  images.Add("logo:");
  images.Write(@"C:\test.mpc");
}
Or are you trying to do something else?

Viewing all articles
Browse latest Browse all 3693

Trending Articles