How to overlay an Image on the base Image
Posted: 2013-05-05T02:07:59-07:00
Hi,
I need help on the this.
I specify the path of the required Images.
I have a fabric Image and a base Image and I want it to make or want to shape something like .
But I am not getting the exect output. Will you please let me know where I am doing wrong.
Please Let me know the correct syntax or commands.
Required Images :
Base Image :
======================================================================================
Fabric Image :
======================================================================================
Output Image( But this is not what I want ) :
======================================================================================
I want which is similer to this:
======================================================================================
======================================================================================
Below are the commands which I am executing to achive this.
convert 769_main_set2_0000.png -background black -alpha background black_769_main_set2_0000.png
convert 1_full_shirt_swatch.png \( black_769_main_set2_0000.png -blur "0x2" -auto-level \) -alpha set -virtual-pixel transparent -compose displace -set option:compose:args "-7x-7" -composite displace_769_main_set2_0000.png
convert displace_769_main_set2_0000.png black_769_main_set2_0000.png -compose multiply -composite 1_main_set2_0000.png
Thanks
Mahak
I need help on the this.
I specify the path of the required Images.
I have a fabric Image and a base Image and I want it to make or want to shape something like .
But I am not getting the exect output. Will you please let me know where I am doing wrong.
Please Let me know the correct syntax or commands.
Required Images :
Base Image :
======================================================================================
Fabric Image :
======================================================================================
Output Image( But this is not what I want ) :
======================================================================================
I want which is similer to this:
======================================================================================
======================================================================================
Below are the commands which I am executing to achive this.
convert 769_main_set2_0000.png -background black -alpha background black_769_main_set2_0000.png
convert 1_full_shirt_swatch.png \( black_769_main_set2_0000.png -blur "0x2" -auto-level \) -alpha set -virtual-pixel transparent -compose displace -set option:compose:args "-7x-7" -composite displace_769_main_set2_0000.png
convert displace_769_main_set2_0000.png black_769_main_set2_0000.png -compose multiply -composite 1_main_set2_0000.png
Thanks
Mahak