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 ------------------------------------------------------------------------------- 12 This area is completely ignored by the magick script. 13 14 If you want you can put uncommented documentation such as Perl POD 15 which reformat such documentation into many different doc formats. 16 A bit like what Imagemagick does not Images! 17 18 Or you can just put any old rubbish -- much like this :-) 19 20 It could even be binary, image data or something else! 21 Hmmm Image Data may be useful -- perhaps in the future 22 Remind me sometime! 23 24 Anthony 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