rectangular gradient
Posted: 2010-10-11T14:57:41-07:00
Hi,
What's the simplest way to get a rectangular gradient like this:

Thanks
What's the simplest way to get a rectangular gradient like this:

Thanks
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://download.imagemagick.org/discourse-server/
https://download.imagemagick.org/discourse-server/viewtopic.php?t=17262
Code: Select all
convert -size 106x106 radial-gradient: -negate -gravity center -crop 60x60+0+0 +repage -resize 100x75! gradient_radial.jpg