Create blank image in Imagemagick

How to create a blank new image in Imagemagick via command line?

Using -background doesn’t work:

$ convert -size 800x800 -background white x.png
convert: no images defined `x.png' @ error/convert.c/ConvertImageCommand/3257.

Leave a Comment