From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: image support for .ico file (MS Windows icons) Date: Wed, 05 Jan 2011 20:56:04 +0100 Message-ID: <87bp3vnmzv.fsf@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294257636 4709 80.91.229.12 (5 Jan 2011 20:00:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 20:00:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 05 21:00:30 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PaZX3-0001Id-Ib for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 21:00:29 +0100 Original-Received: from localhost ([127.0.0.1]:57158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZX2-0003DC-Q5 for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 15:00:28 -0500 Original-Received: from [140.186.70.92] (port=54581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZSq-0000kJ-IP for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:56:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaZSp-0000Ht-BS for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:56:08 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:57785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaZSp-0000Hl-3U for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:56:07 -0500 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 4CC7721097; Wed, 5 Jan 2011 14:56:06 -0500 (EST) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Wed, 05 Jan 2011 14:56:06 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=MB0phJyq7O/O1yEsmnlAA9TSz/s=; b=S1tbs5DoRThaImwtA+W79k+BZ79tbIoYo5gVXEVah1yveUlPcuqAJ797jelRezDzuGiWN1mkqp/YUmyNDCy0ffh2nU9WF1akjpobUFSF35uld2m7c3HzphhR+aAmbkaUbrYixA/S9DtCPxN24f2IiuSMwu5vQKDdyFPtfSc+Vyg= X-Sasl-enc: eC3PCQCSXNQBu0S8/9rKca7F30j9yfJVeTIvz1CfvexT 1294257365 Original-Received: from thinkpad (95-88-32-105-dynip.superkabel.de [95.88.32.105]) by mail.messagingengine.com (Postfix) with ESMTPA id 84594445AB2; Wed, 5 Jan 2011 14:56:05 -0500 (EST) In-Reply-To: (Drew Adams's message of "Wed, 5 Jan 2011 11:43:00 -0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134299 Archived-At: "Drew Adams" writes: > What support is there for .ico files? > > I would like to be able to display Windows icons in Emacs (on Windows, > naturally). I see no mention of .ico in the manual `(elisp) Image > Formats'. All I can say is that I can view ico files on GNU/Linux. ,----[ C-h v image-types RET ] | image-types is a variable defined in `C source code'. | Its value is (svg imagemagick png gif tiff jpeg xpm postscript xbm pbm) `---- When point is on the ico image, the image-type is imagemagick. > Is there a dll I can download and install that will provide support > for .ico files? Seems like it's ImageMagick. ;-) Bye, Tassilo