Home

Create A Blank Canvas Image With ImageMagick

magick -size 1000x800 canvas:rgb(254,255,255) blank.png
Note

You can use [TODO: Code shorthand span ] or [TODO: Code shorthand span ] but that makes the images grayscale for me when I composite onto them. I'm sure there's a way to fix that, but I haven't looked into it.

~ fin ~

References