bash: create black rectangles / squares using imagemagick
Posted by rolf on Thursday, 20 August 2015To create rectangles of a solid color with bash, following script comes in handy. Save it in a file, e.g. createBlackRect.sh and run it with
bash /path/to/script/createBlackRect.sh
Here the script