Search found 18 matches
Re: mpr
try this convert background.png delimeter.png -compose Dst_Out -gravity south -composite -alpha on \ \( -clone 0 -background '#000000' -shadow 100x0+0+5 \) \ +swap -background none -compose over -layers merge +repage result.png You have to reset the compose method to over before the -layers merge ...
Re: mpr
Images:
1. background.png (without opacity)
2. delimeter.png (with opacity)
Need such result.png (with opacity)
1. background.png (without opacity)
2. delimeter.png (with opacity)
Need such result.png (with opacity)
mpr
Why not work with mpr ? Working convert delimeter.png -write mpr:delimeter +delete -respect-parentheses \ \( background.png mpr:delimeter -compose Dst_Out -gravity south -alpha Set -composite +write section.png \) \ \( convert section.png -alpha set \ \( +clone -background '#000000' -shadow 100x0+0 ...