ddextend.icn: Program to extend pattern to a minimum size

June 11, 2002; Ralph E. Griswold
This file is in the public domain.
This program reads a drawdown from standard input in the form of
rows of zeros and ones, in which ones indicate places where the
warp thread is on top and zeros where the weft thread is on top.
It also accepts a BLP as input.

At present, the minimum size is 16, built in.  This should be changed
to a value that could be specified as an option.

It outputs a BLP.

Source code | Program Library Page | Icon Home Page