
    @version $Id: DOCS,v 1.2 2005/01/14 00:52:35 davidfancella Exp $

******************

To convert a .png to Python code, as done for the images in this program, use img2py like so:

img2py -uan <prefix> inputfile.png outputfile.py

The options mean:

-u : Don't use compression, the program will segfault if you do.
-a : Append instead of overwriting,  Combine this with -n and you can put multiple images in the same file
-n <prefix> : <prefix> will be inserted in every function name, so you can have a bunch of images in the same file without name collisions.