summaryrefslogtreecommitdiff
path: root/utilities/magick-script.1
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/magick-script.1')
-rw-r--r--utilities/magick-script.111
1 files changed, 7 insertions, 4 deletions
diff --git a/utilities/magick-script.1 b/utilities/magick-script.1
index 5d6360a30..562f79865 100644
--- a/utilities/magick-script.1
+++ b/utilities/magick-script.1
@@ -1,13 +1,16 @@
.TH magick 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
.SH NAME
-magick \- convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
+magick-script \- scripting language that converts between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
.SH SYNOPSIS
.TP
-\fBmagick\fP [\fIinput-options\fP] \fIinput-file\fP [\fIoutput-options\fP] \fIoutput-file\fP
+\fBmagick-script\fP [\fIinput-options\fP] \fIinput-file\fP [\fIoutput-options\fP] \fIoutput-file\fP
.SH OVERVIEW
-The \fBmagick\fP program is a member of the ImageMagick(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
+The \fBmagick-script\fP program is a member of the ImageMagick(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Here is an example script:
-For more information about the magick command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/convert.html or http://www.imagemagick.org/script/convert.php.
+ #!/bin/env magick-script
+ -size 100x100 xc:red ( rose: -rotate -90 ) +append -write show:
+
+For more information about the magick-script command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/magick-script.html or http://www.imagemagick.org/script/magick-script.php.
.SH DESCRIPTION
Image Settings:
\-adjoin join images into a single multi-image file