libico - Library for reading .ico files
---------------------------------------
Laura Tweedy <tweedy@umr.edu>

This library is a collection of functions to read in M$ Windows icon files 
(.ico) and icon libraries (.icl).  There is also functionality to write 
X Pixmap files (.xpm).

The library will only work with icons up to 256 colors.
The library does not do monochrome icons.

The library code is released under the Library GNU Public License.


ico2xpm - Icon to X Pixmap converter
------------------------------------
This is an example program which uses libico.  It converts .ico files or 
.icl icons to .xpm files.  If no file names are given or one is left out, 
the program will default to stdin and stdout.
