Search found 1 match

by jb2b38
2015-10-12T07:55:43-07:00
Forum: IMagick
Topic: Apply affine transform to image
Replies: 0
Views: 16264

Apply affine transform to image

I'm trying to draw an image on top of another one, at a specified position. One image is the background, the second one is a PNG with transparency. I'm using transformation matrix to position this image on the picture based on some operations that were calculated beforehand. I'm new to imagick, but ...