Page 1 of 1

is that possible change image in bigger image in imagick ?

Posted: 2015-10-30T22:47:44-07:00
by doni
eg: image a in bigger size image z
i want to change image a in image z with image b.
analogy to php : like str_replace but it is image not the text

Re: is that possible change image in bigger image in imagick ?

Posted: 2015-10-31T04:09:59-07:00
by snibgo
Yes, ImageMagick can replace parts of an image from parts of a different image.

If you post examples of what you want to do, we can be more specific.