This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]