../index.html
[ImageMagick]
http://www.imagemagick.org/
[sponsor]
../index.html
../index.html
#main
Skip to page contents
[
../index.html
About ImageMagick
../www/command-line-tools.html
Command-line Tools
../www/api.html
Program Interfaces
]
[
../www/install-source.html
Install from Source
../www/binary-releases.html
Binary Releases
../www/resources.html
Resources
]
[
../www/download.html
Downloads
]
[
../www/links.html
Links
]
[
../www/sponsors.html
Sponsors
http://www.webservertalk.com
Server Administration
Support Forum
]
[
#usage
Example Usage
|
#options
Option Summary
]
The
conjure
program processes 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. See
../www/command-line-processing.html
Command Line Processing
for advice on how to structure your
conjure
command or see below for example usages of the command.
Example Usage
We list a few examples of the
conjure
command here to illustrate its usefulness and ease of use. To get started, here is simple
conjure
command:
conjure -dimensions 400x400 incantation.msl
Where
../www/source/incantation.msl
incantation.msl
is our MSL script:
<?xml version="1.0" encoding="UTF-8"?>
<image size="400x400" \>
<read filename="image.gif" />
<get width="base-width" height="base-height" />
<resize geometry="%[dimensions]" />
<get width="width" height="height" />
<print output="Image sized from %[base-width]x%[base-height] to %[width]x%[height].\n" />
<write filename="image.png" />
</image>
You can find additional examples of using
conjure
in
http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428
Graphics from the Command Line
.  Further discussion is available in
http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine
More Graphics from the Command Line
and
http://www.cit.gu.edu.au/~anthony/graphics/imagick6
Examples of ImageMagick Usage
.
Option Summary
The
conjure
command recognizes these options.  Click on an option to get more details about how that option works.
Option
Description
../www/command-line-options.html#authenticate
-authenticate
value
decrypt image with this password
../www/command-line-options.html#channel
-channel
type
apply option to select image channels
../www/command-line-options.html#debug
-debug
events
display copious debugging information
../www/command-line-options.html#define
-define
format:option
define one or more image format options
../www/command-line-options.html#density
-density
geometry
horizontal and vertical density of the image
../www/command-line-options.html#depth
-depth
value
image depth
../www/command-line-options.html#extract
-extract
geometry
extract area from image
../www/command-line-options.html#format
-format
string
output formatted image characteristics
../www/command-line-options.html#help
-help
print program options
../www/command-line-options.html#interlace
-interlace
type
type of image interlacing scheme
../www/command-line-options.html#limit
-limit
type value
pixel cache resource limit
../www/command-line-options.html#list
-list
type
Color, Configure, Delegate, Format, Magic, Module, Resource, or Type
../www/command-line-options.html#log
-log
format
format of debugging information
../www/command-line-options.html#monitor
-monitor
monitor progress
../www/command-line-options.html#quiet
-quiet
suppress all error or warning messages
../www/command-line-options.html#sampling-factor
-sampling-factor
geometry
horizontal and vertical sampling factor
../www/command-line-options.html#set
-set
attribute value
set an image attribute
../www/command-line-options.html#size
-size
geometry
width and height of image
../www/command-line-options.html#strip
-strip
strip image of all profiles and comments
../www/command-line-options.html#units
-units
type
the units of image resolution
../www/command-line-options.html#verbose
-verbose
print detailed information about the image
../www/command-line-options.html#version
-version
print version information
../www/command-line-options.html#virtual-pixel
-virtual-pixel
method
access method for pixels outside the boundaries of the image
http://redux.imagemagick.org/discussion-server
Discourse Server
|
../www/mailing-list.html
Mailing Lists
|
http://redux.imagemagick.org/gallery
Image Gallery
|
http://redux.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi
ImageMagick Studio
© 1999-2005 ImageMagick Studio LLC
