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

New Post: Stuck Porting Script

$
0
0
You can use the FormatExpression method of MagickImage for this.
using(MagickImage image  = new MagickImage(@"c:\yourdir\tmpI.mpc"))
{
  string val = image.FormatExpression("%[" +maximum + "]");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles