1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2 <!DOCTYPE MAN SYSTEM "../../../../modules/helptools/help.dtd">
4 <LANGUAGE>eng</LANGUAGE>
6 <TYPE>Scilab Function</TYPE>
7 <DATE>$LastChangedDate: 2006-08-03 16:16:36 +0200 (jeu., 03 août 2006) $</DATE>
8 <SHORT_DESCRIPTION name="xs2ppm"> send graphics to a file in PPM syntax</SHORT_DESCRIPTION>
10 <CALLING_SEQUENCE_ITEM>xs2ppm(win_num,filen,[color]) </CALLING_SEQUENCE_ITEM>
15 <PARAM_NAME>win_num</PARAM_NAME>
17 <SP>: integer scalar or vector .</SP>
21 <PARAM_NAME>filen</PARAM_NAME>
23 <SP>: string, file name.</SP>
27 <PARAM_NAME>color</PARAM_NAME>
29 <SP>: optional integer. 0 means black and white and 1 means color. The default value is to use a value compatible with the screen status.</SP>
35 <P><VERB>xs2ppm</VERB> sends the recorded graphics of the
36 window <VERB>win_num</VERB> in the file <VERB>filen</VERB> in PPM format.
37 This function works only if the selected
38 driver is <VERB>"Rec"</VERB> in the window
39 <VERB>win_num</VERB> or if the window is in "new style".</P>