Gentoo Archives: gentoo-user

From: Rohit Sharma <bhavhit@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Image resize question.. : resolved
Date: Mon, 06 Mar 2006 00:30:31
Message-Id: 440B8168.1040101@tiscali.co.uk
In Reply to: [gentoo-user] Image resize question.. by Rohit Sharma
1 Rohit Sharma wrote:
2
3 >Is there a command [hint "man command" shall do] which I can use to resize an image? I have 200 of them in a directory which I want to
4 >resize to fit my cellphone.
5 >
6 >
7 works as in
8
9 find . -type f -maxdepth 1 -print0 | xargs -r -0 -ixxx convert -resize
10 200x147 xxx ./PPP/xxx.jpg
11
12 You have to create directory PPP beforehand and you execute this command
13 where PWD is your image collection directory.
14 --
15 gentoo-user@g.o mailing list