;ASAVEIMG batch compatible AutoLisp program to create TIF
ASAVEIMG.LSP is a program to create TIF, GIF or TGA image files
of AutoCad drawings in batch mode within Release 13.

If you want a format other than TIF, you'll have to change the
second line of the program code - it should be apparent what to
do.

This program is set up to make the image of the drawing extents
but you can revise it to render a view with a little reprogramming.

Sierra Hermitage - AutoCad automation
Rod Young, Owner
140 Mesa Vista Drive
Bishop, CA  93514
Phone: 619-387-2479
Email hermit1@ix.netcom.com

You must already have RENDER running and the parameters for the
output file set using the RCONFIG command.  Do this by typing
RCONFIG at the command line, this will also assure that RENDER 
is running.

RENDER stays active, so it doesn't have to be re-initialized
in each drawing

Use RUN LISP to batch process mutilple drawings in unattended
batch mode.  See (RUNLISP.TXT)  It can also be used with script 
files. RUN LISP saves time - No script file to prepare.
