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
![Image](http://dappermen.com/media/swatches/1006_main_set2_0000.png)
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 :
======================================================================================
![Image](http://dappermen.com/media/swatches/syntax/769_main_set2_0000.png)
Fabric Image :
======================================================================================
![Image](http://dappermen.com/media/swatches/tmp/1_full_shirt_swatch.png)
Output Image( But this is not what I want ) :
======================================================================================
![Image](http://dappermen.com/media/swatches/shirtbuilder/1_main_set2_0000.png)
I want which is similer to this:
======================================================================================
![Image](http://dappermen.com/media/swatches/1006_main_set2_0000.png)
======================================================================================
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