emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

image support for .ico file (MS Windows icons)


From: Drew Adams
Subject: image support for .ico file (MS Windows icons)
Date: Wed, 5 Jan 2011 11:43:00 -0800

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'.

My value of `image-types' is `(png gif tiff jpeg xpm xbm pbm)'.
My value of `dynamic-library-alist' is this:

((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")
 (png "libpng14-14.dll" "libpng14.dll")
 (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
 (tiff "libtiff3.dll" "libtiff.dll")
 (gif "giflib4.dll" "libungif4.dll" "libungif.dll")
 (svg "librsvg-2-2.dll")
 (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll")
 (glib "libglib-2.0-0.dll")
 (gobject "libgobject-2.0-0.dll"))

Is there a dll I can download and install that will provide support for .ico
files?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]