Best way to create Windows .ico file for Emacs?

Mark J. Reed markjreed@gmail.com
Thu Jul 2 19:48:00 GMT 2009


On Thu, Jul 2, 2009 at 2:03 PM, Yaakov (Cygwin/X) wrote:
>> Perhaps this isn't actually an XPM file?  The header looks like this:
>>
>> /* Format_version=1, Width=64, Height=64, Depth=1,
>> Valid_bits_per_item=16
>>  */
>>        0xFFFF,0xFFFF,0xFFFF,0xFFFF,0x8000,0x0000,0x0000,0x0001,
>>        0x8000,0x0000,0x007E,0x1C01,0x8000,0x0000,0x0006,0x1C01,
>>

That's a Sun ICON file.  It looks like ImageMagick doesn't support
that, but PBMTools does:

$ icontopbm emacs.icon | convert - emacs.ico

-- 
Mark J. Reed <markjreed@gmail.com>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list