]> Pileus Git - ~andy/rsl/blob - doc/RSL_write.html
RSL v1.44
[~andy/rsl] / doc / RSL_write.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_write...</h1> 
10 <hr>
11
12 <h3>Synopsis</h3>
13 <b>#include &quot;rsl.h&quot;</b> <br>
14 <b>void RSL_write_gif(char *outfile, unsigned char *image, int xdim, int ydim, char c_t able[256][3]);<br>
15 void RSL_write_pict(char *outfile, unsigned char *image, int xdim, int ydim, char c_table[256][3]);<br>
16 void RSL_write_pgm(char *outfile, unsigned char *image, int xdim, int ydim);<br>
17 void RSL_write_ppm(char *outfile, unsigned char *image, int xdim, int ydim, char c_table[256][3]); </b>
18
19 <h3>
20 <hr>Description</h3>
21 <b>RSL_write_gif</b>: Writes a GIF file. It uses ppmtogif to convert the image to GIF format, via a pipe.<br>
22 <b>RSL_write_pict</b>: Writes a PPM image file.<br>
23 <b>RSL_write_pgm</b>: Writes a PGM image file.<br>
24 <b>RSL_write_ppm</b>: Writes a PICT image file. It uses ppmtopict to convert the image to PICT format, via a pipe. This is only the image portion of a PICT formated file. Additional programs, like mcvert (when I get it I will automatically place it in the pipeline), need to be run so they are viewable on a MAC. 
25 <hr>
26
27 <h3>Return value</h3>
28 None. 
29 <hr>
30
31 <h3>See also</h3>
32 <a href=RSL_rebin_velocity.html>RSL_rebin_velocity_ray</a>, <a href=RSL_rebin_velocity.html>RSL_rebin_velocity_sweep</a>, <a href=RSL_rebin_velocity.html>RSL_rebin_velocity_volume</a>,<br>
33 <a href=RSL_sweep_to.html>RSL_sweep_to_gif</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_pict</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_pgm</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_ppm</a>,<br>
34 <a href=RSL_load_color_table.html>RSL_load_color_table</a>, <a href=RSL_load_color_table.html>RSL_load_green_table</a>, <a href=RSL_load_color_table.html>RSL_load_red_table</a>, <a href=RSL_load_color_table.html>RSL_load_blue_table</a>,<br>
35 <a href=RSL_load_color_table.html>RSL_load_refl_color_table</a>, <a href=RSL_load_color_table.html>RSL_load_sw_color_table</a>, <a href=RSL_load_color_table.html>RSL_load_vel_color_table</a>,<br>
36 <a href=RSL_volume_to.html>RSL_volume_to_gif</a>, <a href=RSL_volume_to.html>RSL_volume_to_pict</a>, <a href=RSL_volume_to.html>RSL_volume_to_pgm</a>, <a href=RSL_volume_to.html>RSL_volume_to_ppm</a>. 
37 <hr>
38
39 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
40 </body>