This is the command pgmtolispm that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pgmtolispm - convert a portable graymap into Lisp Machine format
SYNOPSIS
pgmtolispm [pgmfile]
DESCRIPTION
Reads a portable graymap as input. Produces a Lisp Machine bitmap as output.
This is the file format read by the tv:read-bit-array-file function on TI Explorer and
Symbolics lisp machines.
Given a pgm (instead of a pbm) a multi-plane image will be output. This is probably not
useful unless you have a color lisp machine.
Multi-plane bitmaps on lisp machines are color; but the lispm image file format does not
include a color map, so we must treat it as a graymap instead. This is unfortunate.
Use pgmtolispm online using onworks.net services