about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-06-25 02:55:28 +0000
committerClint Adams <clint@users.sourceforge.net>2003-06-25 02:55:28 +0000
commit2beb8bc314e637f0d04d4b26610ea86de2006fb9 (patch)
tree9f0752d980d2c9a0297fdc48266f1f1fdc0f5696
parenta3c3aba9e2224abc7755af685c294a7dc613203f (diff)
downloadzsh-2beb8bc314e637f0d04d4b26610ea86de2006fb9.tar.gz
zsh-2beb8bc314e637f0d04d4b26610ea86de2006fb9.tar.xz
zsh-2beb8bc314e637f0d04d4b26610ea86de2006fb9.zip
18627: -resize and -shave options to _imagemagick mogrify.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_imagemagick2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d044525..f92317004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-25  Clint Adams  <clint@zsh.org>
+
+        * 18627: Completion/Unix/Command/_imagemagick: -resize and
+        -shave options to mogrify.
+
 2003-06-18  Peter Stephenson  <pws@csr.com>
 
 	* unposted: README, Etc/NEWS, Config/version.mk: version 4.0.7.
diff --git a/Completion/Unix/Command/_imagemagick b/Completion/Unix/Command/_imagemagick
index fe874bd36..eac3a2bf7 100644
--- a/Completion/Unix/Command/_imagemagick
+++ b/Completion/Unix/Command/_imagemagick
@@ -391,6 +391,7 @@ mogrify)
       '*-quality:JPEG/MIFF/PNG compression level:' \
       '*-raise:lighten or darken edges (<width>x<height>):' \
       '*-region:image region (<width>x<height>{+-}<x>{+-}<y>):' \
+      '*-resize:size (<width>x<height>{%}{@}{!}{<}{>}):' \
       '*-roll:image roll offset ({+-}<x>{+-}<y>):' \
       '*-rotate:rotation (degrees{<}{>}):' \
       '*-sample:scale factors (<width>x<height>):' \
@@ -399,6 +400,7 @@ mogrify)
       '*-segment:segment thresholds (<cluster>x<smoothing>):' \
       '*-shade:image shading (<azimuth>x<elevation>):' \
       '*-sharpen:sharpening factor (0.0 - 99.9%):' \
+      '*-shave:shave edges (<width>x<height>{%}):' \
       '*-shear:shearing angles (<x>x<y> in degrees):' \
       '*-size:image size (<width>x<height>+<offset>):' \
       '*-solarize:solarization threshold:' \