1#!/bin/env magick-script 2# 3# Magick Script 4# 5-size 100x100 xc:red 6( rose: -rotate -90 ) 7+append -write show: 8 9# exit - not really needed here -- more for pipelines and debugging 10-exit 11------------------------------------------------------------------------------- 12This area is completely ignored by the magick script. 13 14If you want you can put uncommented documentation such as Perl POD 15which reformat such documentation into many different doc formats. 16A bit like what Imagemagick does not Images! 17 18Or you can just put any old rubbish -- much like this :-) 19 20It could even be binary, image data or something else! 21Hmmm Image Data may be useful -- perhaps in the future 22Remind me sometime! 23 24Anthony Thyssen - Author/Developer for 25 Imagemagick Examples 26 ImageMagick Shell/Script API 27 Morphology Operator 28 Distort Operator 29 Composite Method Redevelopment 30 GIF Animation Methods 31 32------------------------------------------------------------------------------- 33 "Mr. Worf, scan that ship." "Aye, Captain... 300 DPI?" 34------------------------------------------------------------------------------- 35 36