I'm trying to create an image with a black to transparent gradient region, which fills only half of the image. I have no problem to obtain the gradient in the left-half of the image, like this:
Code: Select all
convert -size 100x200 -define gradient:bounding-box=50x200+0+0 gradient:black-none test.png
Code: Select all
convert -size 100x200 -define gradient:bounding-box=50x200+50+0 gradient:black-none test.png
Running Imagemagick 6.9.7.4 on Debian GNU/Linux 9 64bit.