1conjure(1) General Commands Manual conjure(1)
2
3
4
6 conjure - interprets and executes scripts written in the Magick Scriptâ
7 ing Language (MSL).
8
10 conjure [options] script.msl
11
13 The conjure program is a member of the ImageMagick(1) suite of tools.
14 Use it to process a Magick Scripting Language (MSL) script. The Magick
15 scripting language (MSL) will primarily benefit those that want to
16 accomplish custom image processing tasks but do not wish to program, or
17 those that do not have access to a Perl interpreter or a compiler.
18
19 For more information about the conjure command, point your browser to
20 file:///usr/share/doc/ImageMagick-6.7.8/www/conjure.html or
21 http://www.imagemagick.org/script/conjure.php.
22
24 Image Settings:
25 -monitor monitor progress
26 -quiet suppress all warning messages
27 -regard-warnings pay attention to warning messages
28 -seed value seed a new sequence of pseudo-random numbers
29 -verbose print detailed information about the image
30
31 Miscellaneous Options:
32 -debug events display copious debugging information
33 -help print program options
34 -log format format of debugging information
35 -list type print a list of supported option arguments
36 -version print version information
37
38 In additiion, define any key value pairs required by your script. For
39 example,
40
41 conjure -size 100x100 -color blue -foo bar script.msl
42
44 ImageMagick(1)
45
46
48 Copyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights
49 and licenses apply to this software, see
50 file:///usr/share/doc/ImageMagick-6.7.8/www/license.html or
51 http://www.imagemagick.org/script/license.php
52
53
54
55ImageMagick Date: 2009/01/10 01:00:00 conjure(1)