Macro
Executes a body of code, returning the results to a pixmap.
with-output-to-pixmap (medium, #rest options) body end => pixmap
<pixmap-medium>.
<object>.
<object>.
<pixmap>.
duim-graphics
duim-graphics
Executes a body of code, returning the results to a pixmap.Binds medium to a pixmap medium, that is, a medium that does output to a pixmap, and then evaluates body in that context. All the output done to medium inside of body is drawn on the pixmap stream. The pixmap medium supports the medium output protocol, including all of the graphics functions.
The returned value is a pixmap that can be drawn onto medium using copy-from-pixmap.
do-with-output-to-pixmap, page 413