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.3.2/www/conjure.html or
21 http://www.imagemagick.org/script/conjure.php.
22
24 Image Settings:
25 -debug events display copious debugging information
26 -help print program options
27 -log format format of debugging information
28 -monitor monitor progress
29 -quiet suppress all error or warning messages
30 -regard-warnings pay attention to warning messages
31 -verbose print detailed information about the image
32 -version print version information
33
34 In additiion, define any key value pairs required by your script. For
35 example,
36
37 conjure -size 100x100 -color blue -foo bar script.msl
38
40 ImageMagick(1)
41
42
44 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
45 and licenses apply to this software, see
46 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
47 http://www.imagemagick.org/script/license.php
48
49
50
51ImageMagick Date: 2005/03/01 01:00:00 conjure(1)