1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

18627: -resize and -shave options to _imagemagick mogrify.

This commit is contained in:
Clint Adams 2003-06-25 02:53:11 +00:00
parent 7675ddffdc
commit d1b28b35ef
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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:' \