How do I create a gradient to transparent image with ImageMagick?
Feb 24, 2019
You can execute the following code at a Linux command line prompt (assuming ImageMagick and convert are installed) or do it in a shell script:
% convert -size 100x100 gradient:red-none grad_round.png Continue reading...