root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / conjure.1.in

Revision 7647, 1.6 kB (checked in by cristy, 15 months ago)
Line 
1.TH conjure 1 "Date: 2005/03/01 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
10For more information about the conjure command, point your browser to file://@MagickDocumentPath@/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
11.SH DESCRIPTION
12Image Settings:
13  -debug events        display copious debugging information
14  -help                print program options
15  -log format          format of debugging information
16  -monitor             monitor progress
17  -quiet               suppress all warning messages
18  -regard-warnings     pay attention to warning messages
19  -seed value          seed a new sequence of pseudo-random numbers
20  -verbose             print detailed information about the image
21  -version             print version information
22
23In additiion, define any key value pairs required by your script.  For example,
24
25    conjure -size 100x100 -color blue -foo bar script.msl
26.SH SEE-ALSO
27ImageMagick(1)
28
29.SH COPYRIGHT
30
31\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@MagickDocumentPath@/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.