Re: Resizing images from CLI

2006-04-28 Thread zzapper
zzapper <[EMAIL PROTECTED]> wrote in news:Xns97B38CA43A097zzappergmailcom@ 80.91.229.5: > Reid Thompson <[EMAIL PROTECTED]> wrote in news:445206FF.80109 > @ateb.com: > >> zzapper wrote: > http://www.imagemagick.org/script/convert.php > > In fact > convert -sample 80x40 abbeyparkarch.gif s_abbey

Re: Resizing images from CLI

2006-04-28 Thread zzapper
Reid Thompson <[EMAIL PROTECTED]> wrote in news:445206FF.80109 @ateb.com: > zzapper wrote: >> From the talk NG I got this info for CLI image manipulation >> >> requires ImageMagick installed and in path >> >> # from imageMagick >> >> convert -sample 80x40 abbeyparkarch.gif s_abbeyparkarch.gif >> l

Re: Resizing images from CLI

2006-04-28 Thread Reid Thompson
zzapper wrote: From the talk NG I got this info for CLI image manipulation requires ImageMagick installed and in path # from imageMagick convert -sample 80x40 abbeyparkarch.gif s_abbeyparkarch.gif lsimg abbeyparkarch.gif s_abbeyparkarch.gif What I'd like now is to resize an image but preserve

Resizing images from CLI

2006-04-28 Thread zzapper
>From the talk NG I got this info for CLI image manipulation requires ImageMagick installed and in path # from imageMagick convert -sample 80x40 abbeyparkarch.gif s_abbeyparkarch.gif lsimg abbeyparkarch.gif s_abbeyparkarch.gif What I'd like now is to resize an image but preserve it's aspect rat