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