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 magick 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 ac‐
16 complish 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-7/www/conjure.html or https://image‐
21 magick.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 addition, 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 ImageMagick Studio LLC. Additional copyrights and
49 licenses apply to this software, see file:///usr/share/doc/Image‐
50 Magick-7/www/license.html or https://imagemagick.org/script/license.php
51
52
53
54ImageMagick Date: 2009/01/10 01:00:00 conjure(1)