1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE MAN SYSTEM "../../../../modules/helptools/help.dtd">
4 <LANGUAGE>eng</LANGUAGE>
8 <TYPE>Scilab Function</TYPE>
10 <DATE>$LastChangedDate: 2008-02-08 14:35:20 +0200 (ven., 08 février 2008) $</DATE>
12 <SHORT_DESCRIPTION name="xs2jpg">send graphics to a file in JPG syntax </SHORT_DESCRIPTION>
15 <CALLING_SEQUENCE_ITEM>xs2jpg(win_num,filen)</CALLING_SEQUENCE_ITEM>
21 <PARAM_NAME>win_num</PARAM_NAME>
24 <SP>: integer scalar.</SP>
29 <PARAM_NAME>filen</PARAM_NAME>
32 <SP>: string, file name.</SP>
39 <P><VERB>xs2jpg</VERB> sends the recorded graphics of the window
40 <VERB>win_num</VERB> in the file <VERB>filen</VERB> in JPG format. This
41 function works only if the selected driver is <VERB>"Rec"</VERB> in the
42 window <VERB>win_num</VERB> or if the window is in "new style".</P>