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

New Post: Transform Image

$
0
0
You are not using the settings but even if you used it it would not work. Your call to SetDefine does nothing. You will need to call the Charcoal method instead:
string FilePath = "../path/1.jpg";
using (MagickImage image = new MagickImage(FilePath))
  {
    image.Resize(100,0);
    image.Charcoal(5, 1);
    image.Write(FilePath);
   }
And you could also give Sketch (that method is pretty slow though).

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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