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

New Post: ImageMagick vs Magick.Net

$
0
0
You can do it like this:
using (MagickImage image = new MagickImage())
{
  image.SetOption(MagickFormat.Jpeg, "size", "128x128");
}
Everything that is possible with MagickScript is possible with the classes of Magick.NET.

Viewing all articles
Browse latest Browse all 3693

Trending Articles