combining two convert commands into one
Posted: 2016-05-14T12:57:08-07:00
Hi,
I'm trying to use merge few images, I'm able to get the image I want with two commands but unable to do it in a single command.
Is there a way to get the same result in one command.
I tried to follow few tutorials but unble get upto speed. If there is a simple nice tutorial please let me know.
Thank you.
I'm trying to use merge few images, I'm able to get the image I want with two commands but unable to do it in a single command.
Code: Select all
convert background.png -level 0%,100%,0.6 -blur 2x8 fore_01.png -gravity center -composite temp.png
convert temp.png fore_02.png -geometry +715+313 -composite fore_03.png -geometry +566+575 -composite result.png
I tried to follow few tutorials but unble get upto speed. If there is a simple nice tutorial please let me know.
Thank you.