From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3171 invoked from network); 25 Jun 2003 02:51:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Jun 2003 02:51:24 -0000 Received: (qmail 3034 invoked by alias); 25 Jun 2003 02:51:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18627 Received: (qmail 3026 invoked from network); 25 Jun 2003 02:51:18 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Jun 2003 02:51:18 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [66.92.109.225] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Jun 2003 2:51:18 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 7F2667003D; Tue, 24 Jun 2003 22:51:17 -0400 (EDT) Date: Tue, 24 Jun 2003 22:51:17 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _imagemagick mogrify {-resize,-shave} Message-ID: <20030625025117.GA10712@acolyte.scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i There are other mogrify options that are still missing. Index: Completion/Unix/Command/_imagemagick =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_imagemagick,v retrieving revision 1.3 diff -u -r1.3 _imagemagick --- Completion/Unix/Command/_imagemagick 22 Apr 2003 12:42:47 -0000 1.3 +++ Completion/Unix/Command/_imagemagick 25 Jun 2003 02:50:00 -0000 @@ -391,6 +391,7 @@ '*-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 @@ '*-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:' \