gradient angle and gravity attributes not working
Posted: 2017-02-03T15:06:01-07:00
I've tried creating some images with gradients using some examples from this page such as:
However the angle of the gradient is unchanged from an angle of 0. I'm using ImageMagick 6.8.9-9 on Ubuntu. Is the angle setting a feature in newer versions or something?
Code: Select all
convert -size 256x128 -define gradient:angle=90 gradient:black-white linear_gradient_east.png
convert -size 256x128 -define gradient:direction=east gradient:black-white linear_gradient_east.png