XANSYS Message: 338 [Go back to message list] [bookmark on del.icio.us]
No rating yet Subject: Re: Capturing ANSYS graphics in JPEG format Author: John Swanson Date: 1999-01-20 10:20:00> -----Original Message----- > From: Greg Sharpe > Sent: Wednesday, January 20, 1999 9:21 AM > To: John Swanson > Cc: Dave Conover > Subject: RE: Capturing ANSYS graphics in JPEG format
> For those of you who are interested in JPEG, here is an > undocumented > macro which might be of interest. Feedback is requested if this > is > of general use.
> John.Swanson
> As requested at the Team leaders meeting on 1/19/99, here is a > macro that will capture the contents of the ANSYS graphics > window > in JPEG format.
> /nopr > *if,arg1,eq,0,then > vid = 'norm' > *else > vid = 'reve' > *endif > /ui,copy,save,jpeg,grap,colo,vid,port,,100
> The resultant output file will be nn.jpg where nn > increments for each new > capture.