From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: ABATAPA To: ALT Linux Community Date: Mon, 28 May 2007 14:21:15 +0400 User-Agent: KMail/1.9.6 References: <200705281105.40312.ashen@nsrz.ru> In-Reply-To: <200705281105.40312.ashen@nsrz.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200705281421.15435.altlinux-community@yandex.ru> Subject: Re: [Comm] =?koi8-r?b?6drNxc7FzsnFINLB2s3F0s/XIMvB0tTJzs/L?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 10:23:09 -0000 Archived-At: List-Archive: List-Post: 28 мая 2007 г. Шенцев Алексей Владимирович написал: > В рассылках пробелгало как можно изменить размеры картинок, когда их много. > Только с ходу не нашёл ... :( Подскажите как? for i in *.jpg do convert $i -resize 1024x768 -quality 80 target_dir/$i done -- ABATAPA