Home | History | Annotate | Download | only in api_examples
      1 #!/bin/sh
      2 magick -size 100x100 xc:red \
      3        \( rose: -rotate -90 \) \
      4        +append   show:
      5