imltogif.icn: Program to convert image strings to GIF files

May 23, 1996; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.
This program converts a list of image strings given in standard input
to corresponding GIF images.
____________________________________________________________

The options supported are:

     -n s    sets prefix for image file names to s, default "image"
     -c i    number of columns for serial numbers in file names;
               default 4
     -f i    first number, default 1
     -p      treats image string as a pattern and fills a square
                window of its maximum dimension

Source code | Program Library Page | Icon Home Page