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

New Post: Does Magick.Net support "caption:" functionality?

$
0
0
If you want to use the caption: coder you should do the following:
// convert.exe caption:'ImageMagick Rules OK!' caption_centered.gifusing (MagickImage image = new MagickImage())
{
  // Set options like background / font / color
  image.Read("caption:\"ImageMagick Rules OK\"'");
  image.Write("caption_centered.gif");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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