#!/bin/sh

convert                                                               \
  -size 300x300                                                       \
  null:                                                               \
  -tile png:<(convert -size 300x300 -colors 2 plasma:red-black png:-) \
  -draw 'circle 150,150 300,150'                                      \
  circle.png