Search found 1 match
- 2018-04-06T07:09:30-07:00
- Forum: Bugs
- Topic: Bug with gradient bounding-box?
- Replies: 1
- Views: 6464
Bug with gradient bounding-box?
Hi, 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: convert -size 100x200 -define gradient:bounding-box=50x200+0+0 gradient:black-none test.png but I am ...