home *** CD-ROM | disk | FTP | other *** search
- GIFSCN - GIF file scanner
- Bill Davidsen - 6/17/91
-
- GIFSCN is a program to display the parameters of a GIF file, including
- its color map, for the file as a whole and every image in it, if it's a
- multi-image file.
-
- The documentation is by Bill Davidsen, along with a few minor tweaks.
- The actual program is by that popular author "unknown."
-
- Command format
- ==============
-
- gifscn [options] filename
-
- where options are:
- -d output the colormap in decimal
- -h output the colormap in hex
- -p output the colormap in percentage RGB
- -q don't output the colormap at all
-
- Lots of comments are given when the format isn't correct, use and
- enjoy. To the extent that I have any rights to this code whatsoever I
- release them to the public domain.
-