Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Picture/saveimage.html

    r338 r402  
    312312          <h3>Examples</h3><div class="preformat"> 
    313313 
    314  IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
    315  IDL> image = bytarr(440, 330) 
    316  IDL> readu, lun, image 
    317  IDL> free_lun, lun 
    318  IDL> loadct, 13 
    319  IDL> tvscl, image 
    320  IDL> saveimage, 'hurric.gif' 
     314   IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
     315   IDL> image = bytarr(440, 330) 
     316   IDL> readu, lun, image 
     317   IDL> free_lun, lun 
     318   IDL> loadct, 13 
     319   IDL> tvscl, image 
     320   IDL> saveimage, 'hurric.gif' 
    321321</div> 
    322322          <h3>Version history</h3> 
    323323           
    324324          <h4>Version</h4><div class="preformat"> 
    325  $Id: saveimage.pro 327 2007-12-13 16:22:35Z pinsard $ 
     325 $Id: saveimage.pro 371 2008-08-07 09:32:02Z pinsard $ 
    326326</div> 
    327327          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.