diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_imagemagick | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87ea496ec..40546c008 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-24 Oliver Kiddle <opk@zsh.org> * 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 (<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:' \ |