]> granicus.if.org Git - imagemagick/blob - utilities/conjure.1
2c2b970e4d64947711ff290d71ce19d41d7943cc
[imagemagick] / utilities / conjure.1
1 .TH conjure 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 conjure \- 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
8 The \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
10 For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-7.0.0/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
11 .SH DESCRIPTION
12 Image 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
19 Miscellaneous 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
26 In 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
30 ImageMagick(1)
31
32 .SH COPYRIGHT
33
34 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7.0.0/www/license.html or http://www.imagemagick.org/script/license.php\fP