|  | 
                  
                  
                    
                    
                    
                    
    
            Doxygen Source Code DocumentationMain Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search
 
 whirlgif.c File Reference#include "whirlgif.h"#include <stdlib.h>#include <string.h>
Go to the source code of this file. 
|  |  | 
 Defines |  | #define | DA_REV   1.00 |  | #define | MAXVAL   4100 |  | #define | MAXVALP   4200 |  | 
 Functions |  | ULONG | GIF_Get_Code () |  | void | GIF_Decompress () |  | void | GIF_Get_Next_Entry () |  | void | GIF_Add_To_Table () |  | void | GIF_Send_Data () |  | void | GIF_Clear_Table () |  | void | GIF_Screen_Header () |  | void | GIF_Image_Header () |  | void | GIF_Read_File () |  | void | GIF_Comment () |  | void | GIF_Loop () |  | void | GIF_GCL () |  | void | Calc_Trans () |  | void | set_offset () |  | void | TheEnd () |  | void | TheEnd1 (p) char *p |  | 
 Variables |  | unsigned int | loop = DEFAULT_LOOP |  | unsigned int | loopcount = 0 |  | unsigned int | use_colormap = DEFAULT_USE_COLORMAP |  | unsigned int | debug_flag = 0 |  | unsigned int | verbose = 0 |  | int | imagex = 0 |  | int | imagey = 0 |  | int | imagec = 0 |  | Global | global |  | GIF_Color | gif_cmap [256] |  | GIF_Screen_Hdr | gifscrn |  | GIF_Image_Hdr | gifimage |  | GIF_Table | table [MAXVALP] |  | ULONG | root_code_size |  | ULONG | code_size |  | ULONG | CLEAR |  | ULONG | EOI |  | ULONG | INCSIZE |  | ULONG | nextab |  | ULONG | gif_mask [16] = {1,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,0,0} |  | ULONG | gif_ptwo [16] = {1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,0,0} |  | UBYTE | gif_buff [MAXVALP] |  | ULONG | gif_block_size |  | int | num_bits |  | int | bits |  | int | pic_i |  | char | gif_file_name [BIGSTRING] |  | int | screen_was_last |  | char * | argv [] |  | char * | fname |  | int | first_image |  | * | fout |  |  | next |  |  | index |  | int | first_time |  | char * | string |  | unsigned int | repeats |  | unsigned int | delay |  
 Define Documentation
 
 
 
 Function Documentation
 
 
  
    | 
        
          | void GIF_Add_To_Table | ( |  | ) |  |  |  
 
 
 
 
 
 
  
    | 
        
          | void GIF_Get_Next_Entry | ( |  | ) |  |  |  
 
  
    | 
        
          | void GIF_Image_Header | ( |  | ) |  |  |  
 
 
 
  
    | 
        
          | void GIF_Screen_Header | ( |  | ) |  |  |  
 
 
 
  
    |  | 
 
Definition at line 110 of file whirlgif.c.
 
 00111 {
00112  exit(0);
00113 }
 |  
 
 Variable Documentation
 
 
 
 
 
  
    | 
        
          | unsigned int debug_flag = 0 |  |  
 
 
 
 
 
 
  
    |  | 
 
Definition at line 671 of file whirlgif.c.
 
Referenced by allocate_memory(), check_for_valid_inputs(), dfacet(), do_xrestore_stuff(), dset_to_mri(), dvertex(), EDIT_coerce_scale_type(), EDIT_coerce_type(), IMREG_main(), main(), MAKER_4D_to_typed_fbuc(), MAKER_4D_to_typed_fim(), MAKER_4D_to_typed_fith(), MCW_file_expand(), MCW_wildcards(), mri_medianfilter(), NIH_glob(), output_results(), POWER_main(), qh_errprint(), qh_initflags(), qh_initqhull_start(), qh_printbegin(), qh_produce_output(), STAVG_main(), SUMA_Chung_Smooth(), SUMA_Cmap_To_SO(), SUMA_Cmap_To_SO_old(), SUMA_disp_vecdmat(), SUMA_disp_vecmat(), SUMA_disp_vecucmat(), SUMA_FreeSurfer_WritePatch(), SUMA_NN_GeomSmooth(), SUMA_Offset_GeomSmooth(), SUMA_OrientTriangles(), SUMA_Show_FS_ColorTable(), SUMA_Taubin_Smooth(), SUMA_Write_DrawnROI_1D(), upsample_1(), upsample_7(), and write_piece().     |  
 
 
 
 
  
    | 
        
          | char gif_file_name[BIGSTRING] |  |  
 
  
    | 
        
          | ULONG gif_mask[16] = {1,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,0,0} |  |  
 
  
    | 
        
          | ULONG gif_ptwo[16] = {1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,0,0} |  |  
 
 
 
 
 
 
 
 
 
  
    | 
        
          | unsigned int loop = DEFAULT_LOOP |  |  
 
  
    | 
        
          | unsigned int loopcount = 0 |  |  
 
 
 
 
 
 
 
 
 
 
  
    | 
        
          | unsigned int use_colormap = DEFAULT_USE_COLORMAP |  |  
 |