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

New Post: modifying either width or height?

$
0
0
The trick to do is in ImageMagick is by specifying a with or height that is zero for the value that you want to have calculated. An image with a height of zero pixels is not that useful so that is why this value was picked.
using(MagickImage image = new MagickImage("logo:"))
{
  image.Resize(3000,0);
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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