composite
Posted: 2014-03-30T04:05:59-07:00
is there a line that will combine 2 images at different percentages, one at 25% and one at 75% ?
cheers
cheers
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://download.imagemagick.org/discourse-server/
https://download.imagemagick.org/discourse-server/viewtopic.php?t=25311
Code: Select all
convert in1.png in2.png -compose Blend -define compose:args=25 -composite out.png