Imagemagic: How to add backgroud image to another image using C#

48 Views Asked by At

I want to resize the image to custom width and height(eg: 225 X 225). And filled the remaining area with green background to get the exact custom image size. Using .net imagemagic library.

Fist image:

enter image description here

Resultant Image:

enter image description here

0

There are 0 best solutions below