[ale] Syntax for resizing photos

Christopher Fowler cfowler at outpostsentinel.com
Tue Jan 11 08:17:56 EST 2005


convert -resize 120%

On Mon, 2005-01-10 at 22:13, David Corbin wrote:
> On Monday 10 January 2005 06:42, Geoffrey wrote:
> > Christopher Fowler wrote:
> > > mkdir smaller
> > > for i in *.jpg
> > > do
> > >   convert -resize 640x480 ${i} smaller/${i}
> > > done
> >
> > Or, if you don't care about retaining the original images:
> >
> > for i in *.jpg
> > do
> >    convert -resize 640x480 ${i} ${i}
> > done
> 
> How about to resize it "20% larger", no matter what size it is now?
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list