xpm2wico
________


I have written this program primarily to help free software programmers like
me to not depend on evil proprietary programs to write Windows icons.
It currently supports icons with 256 colors or more and well as grayscaled
images. Later I will probably add support for multiple-icons file output.

Usage is simple:
- create an .xpm file with the GIMP;
- convert it. The cmdline takes a minimum of one parameter which is the input
  icon. If the second parameter is omitted, the name of the ico file is deduced
  from the first one. 

General features:
- support for icons with any bpp (minimum output will be 8bpp though);
- support for transparency;
- is coded in C;
- is bug-free;
- is distributed under the GNU GPL. And as such permits cross-platform
  application writers to not depend on evil proprietary programs.

A similar project, with support for bitmap icons, is available at
http://www.ping.de/sites/aibon/software/xpm2ico.pl.gz
Please don't confuse the names.

This program is distributed under the terms of the GNU General Public License.
This license is available in the file COPYING. You are welcome to redistribute
and modify this program under the conditions set forth by the GNU GPL.

There is NO WARRANTY of ANY KIND, not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.

