From d1b28b35efc0ed5c39c97f152d08c6bc30e6ba52 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 25 Jun 2003 02:53:11 +0000 Subject: 18627: -resize and -shave options to _imagemagick mogrify. --- ChangeLog | 5 +++++ Completion/Unix/Command/_imagemagick | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 87ea496ec..40546c008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-25 Clint Adams + + * 18627: Completion/Unix/Command/_imagemagick: -resize and + -shave options to mogrify. + 2003-06-24 Oliver Kiddle * 18626: Src/Modules/terminfo.c: Try to do a better job of arg 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 (x):' \ '*-region:image region (x{+-}{+-}):' \ + '*-resize:size (x{%}{@}{!}{<}{>}):' \ '*-roll:image roll offset ({+-}{+-}):' \ '*-rotate:rotation (degrees{<}{>}):' \ '*-sample:scale factors (x):' \ @@ -399,6 +400,7 @@ mogrify) '*-segment:segment thresholds (x):' \ '*-shade:image shading (x):' \ '*-sharpen:sharpening factor (0.0 - 99.9%):' \ + '*-shave:shave edges (x{%}):' \ '*-shear:shearing angles (x in degrees):' \ '*-size:image size (x+):' \ '*-solarize:solarization threshold:' \ -- cgit 1.4.1