is that possible change image in bigger image in imagick ?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
doni
Posts: 1
Joined: 2015-10-30T22:33:16-07:00
Authentication code: 1151

is that possible change image in bigger image in imagick ?

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply