Scilab Function
    
      xs2gif -  send graphics to a file in GIF syntax
  
  
  
  
  
  
      Calling Sequence
    
    
      - 
        xs2gif(win_num,filen,[color])  
      
 
    
  
      Parameters
    
    
      - 
        
          win_num
        
        
          : integer scalar or vector .
        
      
 
      - 
        
          filen
        
        
          : string, file name.
        
      
 
      - 
        
          color
        
        
          : optional integer. 0 means black and white and 1 means color. The default value is to use a value compatible  with the screen status.
        
      
 
    
  
  
      Description
    
    
      
        xs2gif
       sends the recorded graphics of the
    window 
        win_num
       in the file 
        filen
       in GIF syntax.
    This function works only if the selected 
    driver is 
        "Rec"
       in the window
    
        win_num
        or if the window is in "new style".
  
  
      See Also
    
    
      
        
          printing
        
      ,  
        
          xs2fig
        
      ,  
        
          xbasimp
        
      ,  
        
          xs2ppm
        
      ,