I have tried a lot of different settings but cant find out how to do this:
Buy using this three images:
bottom.jpg
pattern.png
overlay.png
With:
Code: Select all
convert bottom.jpg -gravity center pattern.png -extent 1000x1000 -compose Over overlay.png -composite
With:
Code: Select all
composite bottom.jpg pattern.png overlay.png -compose over
With:
Code: Select all
composite -gravity center overlay.png pattern.png bottom.jpg
I have tried different settings for hours but can't find out how to do this.
Is there someone who sees what i'm doing wrong?
Thanks a lot in advance