magick -size 800x600 xc:white output.png

Category: Media & Conversion

magick -size 800x600 xc:white output.png

Create a solid white image

Creates a blank 800x600 image filled with white. xc: is the built-in color canvas generator, and any color name works, like xc:red or xc:'#336699'. Handy for placeholders and test images.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.