Page 1 of 1

gradient angle and gravity attributes not working

Posted: 2017-02-03T15:06:01-07:00
by deltaray
I've tried creating some images with gradients using some examples from this page such as:

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

Re: gradient angle and gravity attributes not working

Posted: 2017-02-03T15:15:47-07:00
by snibgo

Re: gradient angle and gravity attributes not working

Posted: 2017-02-03T16:12:58-07:00
by deltaray
Oh I see the note now. Its kinda hidden. I was just skimming over the page. Thanks for your help.