Home | History | Annotate | Download | only in api_examples
      1 #!/bin/sh
      2 #
      3 # Assumes the "magick" command has been installed
      4 #
      5 magick -size 100x100 xc:red \
      6        \( rose: -rotate -90 \) \
      7        +append   show:
      8