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

New Post: Mosaic different size images

$
0
0
I am not sure what you are trying to accomplish but I don't think you will need the Drawables class. You can use the Composite method to draw one image on top of another image. You should give that a try. And below are some other comments on your current code.

1.
var bgDraw = new Drawables();
bgDraw.Draw(bgImage);
This does not draw the Image on the Drawables but it draws the drawables on your image. And because your Drawables collection is empty nothing will happen.

2.
images.Mosaic();
This returns an image that you seem to be ignoring. This image is the result of your Mosaic call.


3.
images.Write(frameMs, MagickFormat.Png);
This writes a png image and not a 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>