SYSCALLS/GMF - graphics metafile calls 82/09/30
Include files:
Fortran: /sys/ins/gmf.ins.ftn
Pascal: /sys/ins/gmf.ins.pas
Procedures:
gmf_$close (stream_id, status)
Closes a GMF file.
gmf_$copy_plane (stream_id, black_on_white, bits_per_inch, x_dim, y_dim,
words_per_line, status)
Copies a one plane bitmap into a GMF.
gmf_$open (name, name_len, position, stream_id, status)
Opens (or creates) a GMF file for overwriting or appending.
gmf_$restore_plane (id, x_dim, y_dim, wpl, start, bpi, status)
Restores a previously opened GMF file to the display.
gmf_$copy_subplane (sid, b_on_w, bpi, bits_p, x_dim, y_dim,
x_off, y_off, wpl, status)
Copies a subset of a single plane bitmap into a GMF.