Re: [gentoo-user] Image resize question..

2006-03-05 Thread Alexander Skwar
Rohit Sharma wrote: > Is there a command [hint "man command" shall do] which I can use to > resize an image? ImageMagick - convert Alexander Skwar -- HOW YOU CAN TELL THAT IT'S GOING TO BE A ROTTEN DAY: #32: You call your answering service and they've never heard of you. -- gentoo-use

Re: [gentoo-user] Image resize question..

2006-03-05 Thread John J. Foster
On Mon, Mar 06, 2006 at 12:07:32AM +, Rohit Sharma wrote: > Apologies in advance for this quick question which isn't about Gentoo > per se, but is about work on Linux. > 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 whic

Re: [gentoo-user] Image resize question.. : resolved

2006-03-05 Thread Rohit Sharma
Rohit Sharma wrote: >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 >resize to fit my cellphone. > > works as in find . -type f -maxdepth 1 -print0 | xargs -r -0 -ixxx convert -resize 200x147 xxx ./PPP/xx