blob: 49ab444f3f5e5161fcf1a497e3725a6c94770c20 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH conjure 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2.SH NAME
3conjure \- interprets and executes scripts written in the Magick Scripting Language (MSL).
4.SH SYNOPSIS
5.TP
6\fBconjure\fP [\fIoptions\fP] \fIscript.msl\fP
7.SH OVERVIEW
8The \fBconjure\fP program is a member of the ImageMagick(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler.
9
Cristy4de4f202015-09-16 16:50:53 -040010For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick.7/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
cristy3ed852e2009-09-05 21:47:34 +000011.SH DESCRIPTION
12Image Settings:
13 \-monitor monitor progress
14 \-quiet suppress all warning messages
15 \-regard-warnings pay attention to warning messages
16 \-seed value seed a new sequence of pseudo-random numbers
17 \-verbose print detailed information about the image
18
19Miscellaneous Options:
20 \-debug events display copious debugging information
21 \-help print program options
22 \-log format format of debugging information
23 \-list type print a list of supported option arguments
24 \-version print version information
25
26In additiion, define any key value pairs required by your script. For example,
27
28 conjure \-size 100x100 \-color blue \-foo bar script.msl
29.SH SEE ALSO
30ImageMagick(1)
31
32.SH COPYRIGHT
33
Cristy4de4f202015-09-16 16:50:53 -040034\fBCopyright (C) 1999-2015 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick.7/www/license.html or http://www.imagemagick.org/script/license.php\fP