Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main 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

#define DA_REV   1.00
 

Definition at line 50 of file whirlgif.c.

#define MAXVAL   4100
 

Definition at line 56 of file whirlgif.c.

#define MAXVALP   4200
 

Definition at line 57 of file whirlgif.c.


Function Documentation

void Calc_Trans  
 

void GIF_Add_To_Table  
 

void GIF_Clear_Table  
 

void GIF_Comment  
 

void GIF_Decompress  
 

void GIF_GCL  
 

ULONG GIF_Get_Code  
 

void GIF_Get_Next_Entry  
 

void GIF_Image_Header  
 

void GIF_Loop  
 

void GIF_Read_File  
 

void GIF_Screen_Header  
 

void GIF_Send_Data  
 

void set_offset  
 

void TheEnd  
 

Definition at line 110 of file whirlgif.c.

00111 {
00112  exit(0);
00113 }

void TheEnd1 p   
 


Variable Documentation

char* argv[]
 

Definition at line 132 of file whirlgif.c.

int bits
 

Definition at line 103 of file whirlgif.c.

ULONG CLEAR
 

Definition at line 95 of file whirlgif.c.

ULONG code_size
 

Definition at line 95 of file whirlgif.c.

unsigned int debug_flag = 0
 

Definition at line 64 of file whirlgif.c.

unsigned int delay
 

Definition at line 730 of file whirlgif.c.

ULONG EOI
 

Definition at line 95 of file whirlgif.c.

int first_image
 

Definition at line 275 of file whirlgif.c.

Referenced by handle_flip_and_screen().

int first_time
 

Definition at line 672 of file whirlgif.c.

char* fname
 

Definition at line 274 of file whirlgif.c.

* fout
 

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().

ULONG gif_block_size
 

Definition at line 102 of file whirlgif.c.

UBYTE gif_buff[MAXVALP]
 

Definition at line 101 of file whirlgif.c.

GIF_Color gif_cmap[256]
 

Definition at line 74 of file whirlgif.c.

char gif_file_name[BIGSTRING]
 

Definition at line 106 of file whirlgif.c.

ULONG gif_mask[16] = {1,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,0,0}
 

Definition at line 97 of file whirlgif.c.

ULONG gif_ptwo[16] = {1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,0,0}
 

Definition at line 98 of file whirlgif.c.

GIF_Image_Hdr gifimage
 

Definition at line 92 of file whirlgif.c.

GIF_Screen_Hdr gifscrn
 

Definition at line 91 of file whirlgif.c.

Global global
 

Definition at line 72 of file whirlgif.c.

Referenced by Gif_XClaimStreamColors(), and merge_frame_interval().

int imagec = 0
 

Definition at line 69 of file whirlgif.c.

int imagex = 0
 

Definition at line 67 of file whirlgif.c.

int imagey = 0
 

Definition at line 68 of file whirlgif.c.

ULONG INCSIZE
 

Definition at line 95 of file whirlgif.c.

index
 

Definition at line 404 of file whirlgif.c.

unsigned int loop = DEFAULT_LOOP
 

Definition at line 62 of file whirlgif.c.

unsigned int loopcount = 0
 

Definition at line 62 of file whirlgif.c.

Referenced by combine_output_options(), name_loopcount(), and view_frame().

next
 

Definition at line 404 of file whirlgif.c.

ULONG nextab
 

Definition at line 96 of file whirlgif.c.

int num_bits
 

Definition at line 103 of file whirlgif.c.

int pic_i
 

Definition at line 105 of file whirlgif.c.

unsigned int repeats
 

Definition at line 701 of file whirlgif.c.

ULONG root_code_size
 

Definition at line 95 of file whirlgif.c.

int screen_was_last
 

Definition at line 107 of file whirlgif.c.

char* string
 

Definition at line 682 of file whirlgif.c.

GIF_Table table[MAXVALP]
 

Definition at line 93 of file whirlgif.c.

unsigned int use_colormap = DEFAULT_USE_COLORMAP
 

Definition at line 63 of file whirlgif.c.

unsigned int verbose = 0
 

Definition at line 65 of file whirlgif.c.

 

Powered by Plone

This site conforms to the following standards: