From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 May 2003 22:44:05 +0300 From: Michael Shigorin To: Alt Linux Community Message-ID: <20030513194405.GH374@osdn.org.ua> Mail-Followup-To: Alt Linux Community References: <20030513200804.1dd7c982.noc@mail.spbnit.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030513200804.1dd7c982.noc@mail.spbnit.ru> User-Agent: Mutt/1.4.1i Subject: [Comm] Re: png --> ico Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: On Tue, May 13, 2003 at 08:08:04PM +0400, Sergey B. wrote: > Есть красивые иконки в формате png. Есть ли способ перегнать их > в ico чтобы их можно было использовать в винде??? sudo apt-get install ImageMagick man convert for i in *.png; do convert $i /mnt/win_c/path/to/${i%png}ico; done -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/