summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2016-04-09 08:23:57 -0400
committerCristy <urban-warrior@imagemagick.org>2016-04-09 08:23:57 -0400
commit8749c1a8c9d2dc5c12b080005301e715d6d4c6e7 (patch)
tree902ffe26422ff62308d12fc236c4dbf3dadc447b /utilities
parentbf69730d167fb0f581c427140b9532026afecbd5 (diff)
downloadImageMagick-8749c1a8c9d2dc5c12b080005301e715d6d4c6e7.tar.gz
https://github.com/ImageMagick/ImageMagick/issues/163
Diffstat (limited to 'utilities')
-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