Search found 1 match

by coreelements
2016-03-14T03:02:40-07:00
Forum: Users
Topic: composite 2 images with gravity offset?
Replies: 1
Views: 4792

composite 2 images with gravity offset?

Hi

I have this code

/opt/ImageMagick/bin/composite -dissolve 50 -gravity North 'image_1.png' 'image_2.png' -alpha Set 'output.png'

Wich works fine. It will combine 2 images where image_2 has a alpha of 50% and will be placed center north on top of image_1 and outputted to output.png.

Now I ...