Set Imagequaltity to high with lisp?

Set Imagequaltity to high with lisp?

Anonymous
Not applicable
787 Views
3 Replies
Message 1 of 4

Set Imagequaltity to high with lisp?

Anonymous
Not applicable

We use a lot of images in our drawings, so we sometimes set the "Imagequality" to draft to move around better. I have a reactor that runs a lisp when I start the plot command. I would like it to set the "Imagequality" to high, so we don't ever plot with it set to draft. So I tried this, (command "IMAGEQUALITY" "H"). Doesn't work! gives me the error message "; error: AutoCAD command rejected: "IMAGEQUALITY"". If I type it in at the command line it works fine. Any ideas why it doesn't work in lisp?

0 Likes
Accepted solutions (1)
788 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Accepted solution

I just read the help file on the IMAGEQUALITY command and it said that it will always plot at high quality. So I don't need the reactor. Didn't figure out why the code didn't work though.

0 Likes
Message 3 of 4

DannyNL
Advisor
Advisor

Reason why it doesn't work in your reactor is because you cannot use COMMAND in a reactor.

0 Likes
Message 4 of 4

Anonymous
Not applicable

Thanks Danny!

0 Likes