Search found 18 matches

by excel
2015-12-19T18:43:41-07:00
Forum: Users
Topic: mpr
Replies: 5
Views: 8154

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; ...
by excel
2015-12-19T15:11:20-07:00
Forum: Users
Topic: mpr
Replies: 5
Views: 8154

Re: mpr

Images:

1. background.png (without opacity)
Image


2. delimeter.png (with opacity)
Image


Need such result.png (with opacity)
Image
by excel
2015-12-19T13:27:46-07:00
Forum: Users
Topic: mpr
Replies: 5
Views: 8154

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...