« Return to Thread: Best way to create Windows .ico file for Emacs?

Re: Best way to create Windows .ico file for Emacs?

by Mark J. Reed :: Rate this Message:

Reply to Author | View in Thread

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

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

 « Return to Thread: Best way to create Windows .ico file for Emacs?