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

New Post: Clone an existing image to a new one

$
0
0
What you could do is extend the image:
MagickColor background = MagickColors.Fuchsia;
Gravity gravity = Gravity.Center;
loadedImage.Extent(zoneAreaWidth_Pixels, zoneAreaHeight_Pixels, gravity, background);
You can adjust background for the background color and gravity for the position.

A lot of documentation for ImageMagick can be found here: https://www.imagemagick.org/Usage/

Viewing all articles
Browse latest Browse all 3693

Trending Articles