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/xxx.jpg You have to create directory PPP beforehand and you execute this command where PWD is your image collection directory. -- gentoo-user@gentoo.org mailing list