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

New Post: Can Magick.Net get output from commands such as Trim

$
0
0
You can use the Page property to see what trim has done:
using (MagickImage image = new MagickImage("logo:"))
{
  image.Trim();
  Console.WriteLine(image.Page.ToString());
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles