diff options
author | Clint Adams <clint@users.sourceforge.net> | 2003-06-25 02:53:11 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2003-06-25 02:53:11 +0000 |
commit | d1b28b35efc0ed5c39c97f152d08c6bc30e6ba52 (patch) | |
tree | d32f50198b1d55c9f80a023335cb0f5f857616d4 | |
parent | 7675ddffdcc78d4cb8f7defe794eaeddfd6c48e9 (diff) | |
download | zsh-d1b28b35efc0ed5c39c97f152d08c6bc30e6ba52.tar.gz zsh-d1b28b35efc0ed5c39c97f152d08c6bc30e6ba52.tar.xz zsh-d1b28b35efc0ed5c39c97f152d08c6bc30e6ba52.zip |
18627: -resize and -shave options to _imagemagick mogrify.
-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:' \ |