pixelmap.icn: Procedure to create image from pixel list

link pixelmap
January 23, 1995; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.

pixelmap(name, p, args[]) reads the pixel list in file name and
constructs an image, applying p ! args to each pixel.  If p is
omitted or null, the pixels are used as-is.

Source code | Program Library Page | Icon Home Page