CompuServe Messages

#Printing from Images

#: 13835 S4/Art/Graphics/GamesForum unknown
    04-Apr-86 17:06:42
Sb: #13789-#Printing from Images
Fm: William Volk(Aegis Devel 72257,2566
To: RICH MEDVED 72366,540

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

The way the configurable plotter driver works is that there is a file that has strings like "DM%ld,%ld;\n", if you know C you will recognize these as printf format strings. You provide strings (required) for absolute draw/move and (optional) color/pattern. You also provide data on resolution and overall size. This file is read by the plot spooler program, which runs the plots in background…. we will publish specs on that program so you can use it your self. Enjoy.