Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

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

    r200 r234  
    8181      <a name="#_saveimage"></a> 
    8282 
    83       <h2>saveimage  <font size="-1" color="#006633"> Input/Output. 
     83      <h2>saveimage  <font size="-1" color="#006633"> 
     84 Input/Output 
    8485</font></h2> 
    8586 
     
    248249 If set, use the color cube method to quantize colors when 
    249250 creating 8-bit output which is read from a 24-bit display. 
    250  This may improve the accuracy of colors in the output image,  
     251 This may improve the accuracy of colors in the output image, 
    251252 especially white. 
    252253 
     
    284285     
    285286 
    286     <h3>Examples</h3> 
     287    <h3>Examples</h3><pre> 
    287288 
    288289 IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
     
    294295 IDL> saveimage, 'hurric.gif' 
    295296 
    296     <h3>Version history</h3> 
    297      
    298     <h4>Version</h4> $Id: saveimage.pro 163 2006-08-29 12:59:46Z navarro $ 
    299  
    300     <h4>History</h4> Liam.Gumley@ssec.wisc.edu 
    301  http://cimss.ssec.wisc.edu/~gumley 
     297    </pre><h3>Version history</h3> 
     298     
     299    <h4>Version</h4> 
     300 $Id: saveimage.pro 232 2007-03-20 16:59:36Z pinsard $ 
     301 
     302    <h4>History</h4> 
     303 Liam.Gumley@ssec.wisc.edu 
     304 <a href="http://cimss.ssec.wisc.edu/~gumley/"/> 
    302305 
    303306 This program is free software; you can redistribute it and/or 
     
    324327 The output file is overwritten if it exists. 
    325328 
    326  
    327329 requires IDL 5.0 or higher (square bracket array syntax). 
    328330 
Note: See TracChangeset for help on using the changeset viewer.