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