home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 343_01 / cips.tre < prev    next >
Text File  |  1992-04-28  |  29KB  |  586 lines

  1.  
  2.  
  3.  
  4. C-DOC                                                 04-28-1992 18:42 Page 1
  5.  
  6. Defined Routines, SUMMARY Graphic TREEs (of CALLER/CALLED flow Structure)
  7. *************************************************************************
  8.                            
  9.     67 cips.c            1 main 
  10.                            │  
  11.    439 cips.c            2 ├──clear_text_screen 
  12.                          3 │  │.._setvideomode _setbkcolor _settextcolor 
  13.                                  _clearscreen 
  14.                            │  
  15.    491 cips.c            4 ├──show_menu 
  16.                          5 │  │..printf 
  17.                            │  
  18.     24 numcvrt.c         6 ├──get_integer 
  19.                            │  │  
  20.     19 rstring.c         7 │  ├──read_string 
  21.                          8 │  │  │..getchar 
  22.                            │  │  
  23.     37 numcvrt.c         9 │  ├──int_convert 
  24.                         10 │  │  │..is_blank is_digit to_decimal 
  25.                            │  
  26.     40 gin.c            11 ├──get_image_name 
  27.                            │  │  
  28.     41 rstring.c        12 │  ├──clear_buffer 
  29.     19 rstring.c        13 │  ├──read_string { 7 }
  30.                            │  │  
  31.     95 gin.c            14 │  ├──extract_directory_name 
  32.                         15 │  │  │..strncpy 
  33.                         16 │  │..printf sprintf strlen 
  34.                            │  
  35.     30 tiff.c           17 ├──read_tiff_header 
  36.                            │  │  
  37.     30 mrw.c            18 │  ├──my_read 
  38.                         19 │  │  │..read 
  39.                            │  │  
  40.    231 tiff.c           20 │  ├──extract_long_from_buffer 
  41.                            │  │  
  42.    276 tiff.c           21 │  ├──extract_short_from_buffer 
  43.                         22 │  │..open lseek close printf 
  44.     19 rstring.c        23 ├──read_string { 7 }
  45.     40 gin.c            24 ├──get_image_name { 11 }
  46.                            │  
  47.     30 gpcips.c         25 ├──get_parameters 
  48.                            │  │  
  49.     74 gpcips.c         26 │  ├──show_parameters 
  50.                         27 │  │  │..printf 
  51.     24 numcvrt.c        28 │  ├──get_integer { 6 }
  52.                         29 │  │..printf 
  53.                            │  
  54.     39 rtiff.c          30 ├──read_tiff_image 
  55.     30 tiff.c           31 │  ├──read_tiff_header { 17 }
  56.                            │  │  
  57.    180 rtiff.c          32 │  ├──seek_to_first_line 
  58.                         33 │  │  │..lseek 
  59.                            │  │  
  60.    113 rtiff.c          34 │  ├──read_line 
  61.                         35 │  │  │..read 
  62.                            │  │  
  63.  
  64. C-DOC                                                 04-28-1992 18:42 Page 2
  65.  
  66.    203 rtiff.c          36 │  ├──seek_to_end_of_line 
  67.                         37 │  │  │..lseek 
  68.                         38 │  │..open lseek close printf 
  69.                            │  
  70.    460 cips.c           39 ├──show_image 
  71.     24 numcvrt.c        40 │  ├──get_integer { 6 }
  72.                         41 │  │..printf 
  73.     40 gin.c            42 ├──get_image_name { 11 }
  74.     30 gpcips.c         43 ├──get_parameters { 25 }
  75.     39 rtiff.c          44 ├──read_tiff_image { 30 }
  76.                            │  
  77.     50 pi.c             45 ├──print_image 
  78.                            │  │  
  79.     87 pi.c             46 │  ├──perform_printing 
  80.                            │  │  │  
  81.     51 rstring.c        47 │  │  ├──long_clear_buffer 
  82.                            │  │  │  
  83.     88 fwrite.c         48 │  │  ├──my_fwriteln 
  84.                         49 │  │  │  │..putc 
  85.                            │  │  │  
  86.    172 pi.c             50 │  │  ├──print_column_header 
  87.     51 rstring.c        51 │  │  │  ├──long_clear_buffer { 47 }
  88.                            │  │  │  │  
  89.     33 strappnd.c       52 │  │  │  ├──append_string 
  90.     88 fwrite.c         53 │  │  │  ├──my_fwriteln { 48 }
  91.                         54 │  │  │  │..sprintf 
  92.     33 strappnd.c       55 │  │  ├──append_string { 52 }
  93.     88 fwrite.c         56 │  │  ├──my_fwriteln { 48 }
  94.    172 pi.c             57 │  │  ├──print_column_header { 50 }
  95.     51 rstring.c        58 │  │  ├──long_clear_buffer { 47 }
  96.     88 fwrite.c         59 │  │  ├──my_fwriteln { 48 }
  97.                         60 │  │  │..printf sprintf putc 
  98.                         61 │  │..strcpy fopen printf fclose 
  99.     40 gin.c            62 ├──get_image_name { 11 }
  100.     30 tiff.c           63 ├──read_tiff_header { 17 }
  101.     30 gpcips.c         64 ├──get_parameters { 25 }
  102.                            │  
  103.    321 display.c        65 ├──display_menu_for_display_image 
  104.     24 numcvrt.c        66 │  ├──get_integer { 6 }
  105.     19 rstring.c        67 │  ├──read_string { 7 }
  106.                         68 │  │..printf strcpy 
  107.                            │  
  108.     46 display.c        69 ├──display_image 
  109.                            │  │  
  110.    100 hist.c           70 │  ├──zero_histogram 
  111.     39 rtiff.c          71 │  ├──read_tiff_image { 30 }
  112.                            │  │  
  113.    121 hist.c           72 │  ├──calculate_histogram 
  114.     19 rstring.c        73 │  ├──read_string { 7 }
  115.                            │  │  
  116.    489 display.c        74 │  ├──map_16_shades_of_gray 
  117.                         75 │  │  │.._setvideomode _remappalette 
  118.                            │  │  
  119.    861 display.c        76 │  ├──map_64_shades_of_gray 
  120.     39 rtiff.c          77 │  ├──read_tiff_image { 30 }
  121.    121 hist.c           78 │  ├──calculate_histogram { 72 }
  122.                            │  │  
  123.  
  124. C-DOC                                                 04-28-1992 18:42 Page 3
  125.  
  126.    531 display.c        79 │  ├──transform_the_colors 
  127.                            │  │  │  
  128.     53 hist.c           80 │  │  ├──perform_histogram_equalization 
  129.                            │  │  
  130.    440 display.c        81 │  ├──display_image_portion 
  131.                         82 │  │  │.._setcolor _setpixel 
  132.                            │  │  
  133.    325 hist.c           83 │  ├──display_histogram 
  134.                         84 │  │  │.._setcolor _setpixel _setlinestyle _moveto 
  135.                                     _lineto 
  136.     19 rstring.c        85 │  ├──read_string { 7 }
  137.     24 numcvrt.c        86 │  ├──get_integer { 6 }
  138.    439 cips.c           87 │  ├──clear_text_screen { 2 }
  139.                         88 │  │..printf _setvideomode _setlinestyle _setcolor 
  140.                                  _moveto _lineto _settextcolor _setbkcolor 
  141.                                  strlen _settextposition _outtext 
  142.     40 gin.c            89 ├──get_image_name { 11 }
  143.     30 tiff.c           90 ├──read_tiff_header { 17 }
  144.     30 gpcips.c         91 ├──get_parameters { 25 }
  145.    321 display.c        92 ├──display_menu_for_display_image { 65 }
  146.                            │  
  147.    501 ht.c             93 ├──get_threshold_value 
  148.     24 numcvrt.c        94 │  ├──get_integer { 6 }
  149.                         95 │  │..printf 
  150.                            │  
  151.     46 ht.c             96 ├──display_using_halftoning 
  152.    100 hist.c           97 │  ├──zero_histogram { 70 }
  153.     39 rtiff.c          98 │  ├──read_tiff_image { 30 }
  154.    121 hist.c           99 │  ├──calculate_histogram { 72 }
  155.     53 hist.c          100 │  ├──perform_histogram_equalization { 80 }
  156.                            │  │  
  157.    331 ht.c            101 │  ├──half_tone 
  158.                            │  │  │  
  159.    537 ht.c            102 │  │  ├──print_halftone_array 
  160.     88 fwrite.c        103 │  │  │  ├──my_fwriteln { 48 }
  161.                        104 │  │  │  │..strcpy fopen printf putc fclose 
  162.                        105 │  │  │.._setcolor _setpixel printf 
  163.    325 hist.c          106 │  ├──display_histogram { 83 }
  164.     19 rstring.c       107 │  ├──read_string { 7 }
  165.    439 cips.c          108 │  ├──clear_text_screen { 2 }
  166.                        109 │  │..printf _setvideomode 
  167.     40 gin.c           110 ├──get_image_name { 11 }
  168.     30 tiff.c          111 ├──read_tiff_header { 17 }
  169.     30 gpcips.c        112 ├──get_parameters { 25 }
  170.    321 display.c       113 ├──display_menu_for_display_image { 65 }
  171.                            │  
  172.    545 djet.c          114 ├──get_graphics_caption 
  173.     19 rstring.c       115 │  ├──read_string { 7 }
  174.                        116 │  │..printf 
  175.                            │  
  176.    182 djet.c          117 ├──print_graphics_image 
  177.     88 fwrite.c        118 │  ├──my_fwriteln { 48 }
  178.     39 rtiff.c         119 │  ├──read_tiff_image { 30 }
  179.    100 hist.c          120 │  ├──zero_histogram { 70 }
  180.    121 hist.c          121 │  ├──calculate_histogram { 72 }
  181.     39 rtiff.c         122 │  ├──read_tiff_image { 30 }
  182.     53 hist.c          123 │  ├──perform_histogram_equalization { 80 }
  183.  
  184. C-DOC                                                 04-28-1992 18:42 Page 4
  185.  
  186.                            │  │  
  187.    608 djet.c          124 │  ├──end_graphics_mode 
  188.                        125 │  │  │..putc 
  189.                            │  │  
  190.    649 djet.c          126 │  ├──select_300_dpi_resolution 
  191.                        127 │  │  │..putc 
  192.                            │  │  
  193.    618 djet.c          128 │  ├──set_raster_width 
  194.                        129 │  │  │..putc 
  195.                            │  │  
  196.    635 djet.c          130 │  ├──start_raster_graphics 
  197.                        131 │  │  │..putc 
  198.                            │  │  
  199.    557 djet.c          132 │  ├──select_full_graphics_mode 
  200.                        133 │  │  │..putc 
  201.    608 djet.c          134 │  ├──end_graphics_mode { 124 }
  202.    649 djet.c          135 │  ├──select_300_dpi_resolution { 126 }
  203.    618 djet.c          136 │  ├──set_raster_width { 128 }
  204.    635 djet.c          137 │  ├──start_raster_graphics { 130 }
  205.    557 djet.c          138 │  ├──select_full_graphics_mode { 132 }
  206.                            │  │  
  207.    695 djet.c          139 │  ├──print_original_200_row 
  208.                            │  │  │  
  209.    570 djet.c          140 │  │  ├──set_horizontal_offset 
  210.                        141 │  │  │  │..putc 
  211.                            │  │  │  
  212.    666 djet.c          142 │  │  ├──print_bytes 
  213.                        143 │  │  │  │..putc 
  214.     39 rtiff.c         144 │  ├──read_tiff_image { 30 }
  215.     53 hist.c          145 │  ├──perform_histogram_equalization { 80 }
  216.    121 hist.c          146 │  ├──calculate_histogram { 72 }
  217.    608 djet.c          147 │  ├──end_graphics_mode { 124 }
  218.    649 djet.c          148 │  ├──select_300_dpi_resolution { 126 }
  219.    618 djet.c          149 │  ├──set_raster_width { 128 }
  220.    635 djet.c          150 │  ├──start_raster_graphics { 130 }
  221.    557 djet.c          151 │  ├──select_full_graphics_mode { 132 }
  222.    608 djet.c          152 │  ├──end_graphics_mode { 124 }
  223.    649 djet.c          153 │  ├──select_300_dpi_resolution { 126 }
  224.    618 djet.c          154 │  ├──set_raster_width { 128 }
  225.    635 djet.c          155 │  ├──start_raster_graphics { 130 }
  226.    557 djet.c          156 │  ├──select_full_graphics_mode { 132 }
  227.    695 djet.c          157 │  ├──print_original_200_row { 139 }
  228.    121 hist.c          158 │  ├──calculate_histogram { 72 }
  229.                            │  │  
  230.    735 djet.c          159 │  ├──print_hist_image 
  231.    608 djet.c          160 │  │  ├──end_graphics_mode { 124 }
  232.    649 djet.c          161 │  │  ├──select_300_dpi_resolution { 126 }
  233.    618 djet.c          162 │  │  ├──set_raster_width { 128 }
  234.    635 djet.c          163 │  │  ├──start_raster_graphics { 130 }
  235.    557 djet.c          164 │  │  ├──select_full_graphics_mode { 132 }
  236.    570 djet.c          165 │  │  ├──set_horizontal_offset { 140 }
  237.    608 djet.c          166 │  │  ├──end_graphics_mode { 124 }
  238.    649 djet.c          167 │  │  ├──select_300_dpi_resolution { 126 }
  239.    618 djet.c          168 │  │  ├──set_raster_width { 128 }
  240.    635 djet.c          169 │  │  ├──start_raster_graphics { 130 }
  241.    557 djet.c          170 │  │  ├──select_full_graphics_mode { 132 }
  242.                            │  │  │  
  243.  
  244. C-DOC                                                 04-28-1992 18:42 Page 5
  245.  
  246.    589 djet.c          171 │  │  ├──set_shorter_horizontal_offset 
  247.                        172 │  │  │  │..putc 
  248.    570 djet.c          173 │  │  ├──set_horizontal_offset { 140 }
  249.                        174 │  │  │..putc printf 
  250.    608 djet.c          175 │  ├──end_graphics_mode { 124 }
  251.     88 fwrite.c        176 │  ├──my_fwriteln { 48 }
  252.                        177 │  │..fopen strcpy printf sprintf putc fclose 
  253.     40 gin.c           178 ├──get_image_name { 11 }
  254.     30 tiff.c          179 ├──read_tiff_header { 17 }
  255.     30 gpcips.c        180 ├──get_parameters { 25 }
  256.                            │  
  257.    420 hist.c          181 ├──display_menu_for_histogram 
  258.     24 numcvrt.c       182 │  ├──get_integer { 6 }
  259.                        183 │  │..printf 
  260.                            │  
  261.    479 hist.c          184 ├──calculate_area_histogram 
  262.    100 hist.c          185 │  ├──zero_histogram { 70 }
  263.     39 rtiff.c         186 │  ├──read_tiff_image { 30 }
  264.    121 hist.c          187 │  ├──calculate_histogram { 72 }
  265.                        188 │  │..printf 
  266.                            │  
  267.    152 hist.c          189 ├──show_histogram 
  268.                        190 │  │..printf 
  269.                            │  
  270.    212 hist.c          191 ├──print_histogram 
  271.     51 rstring.c       192 │  ├──long_clear_buffer { 47 }
  272.     88 fwrite.c        193 │  ├──my_fwriteln { 48 }
  273.                            │  │  
  274.     51 fwrite.c        194 │  ├──my_fwrite 
  275.                        195 │  │  │..putc 
  276.     33 strappnd.c      196 │  ├──append_string { 52 }
  277.     88 fwrite.c        197 │  ├──my_fwriteln { 48 }
  278.                        198 │  │..fopen printf sprintf putc fclose 
  279.     40 gin.c           199 ├──get_image_name { 11 }
  280.     30 gpcips.c        200 ├──get_parameters { 25 }
  281.                            │  
  282.    638 edge.c          201 ├──get_edge_options 
  283.     24 numcvrt.c       202 │  ├──get_integer { 6 }
  284.                        203 │  │..printf 
  285.                            │  
  286.    209 edge.c          204 ├──detect_edges 
  287.                            │  │  
  288.    483 wtiff.c         205 │  ├──does_not_exist 
  289.                        206 │  │  │..open close 
  290.     30 tiff.c          207 │  ├──read_tiff_header { 17 }
  291.                            │  │  
  292.    459 wtiff.c         208 │  ├──round_off_image_size 
  293.                            │  │  
  294.     57 wtiff.c         209 │  ├──create_allocate_tiff_file 
  295.                            │  │  │  
  296.     41 mrw.c           210 │  │  ├──my_write 
  297.                        211 │  │  │  │..write 
  298.                            │  │  │  
  299.    391 wtiff.c         212 │  │  ├──insert_short_into_buffer 
  300.    459 wtiff.c         213 │  │  ├──round_off_image_size { 208 }
  301.                        214 │  │  │..open printf close 
  302.     39 rtiff.c         215 │  ├──read_tiff_image { 30 }
  303.  
  304. C-DOC                                                 04-28-1992 18:42 Page 6
  305.  
  306.     30 tiff.c          216 │  ├──read_tiff_header { 17 }
  307.                            │  │  
  308.    261 edge.c          217 │  ├──perform_convolution 
  309.                            │  │  │  
  310.    560 edge.c          218 │  │  ├──setup_masks 
  311.                        219 │  │  │..printf 
  312.                            │  │  
  313.    713 edge.c          220 │  ├──fix_edges 
  314.                            │  │  
  315.    241 wtiff.c         221 │  ├──write_array_into_tiff_image 
  316.     30 tiff.c          222 │  │  ├──read_tiff_header { 17 }
  317.                            │  │  │  
  318.     29 mof.c           223 │  │  ├──my_open 
  319.                        224 │  │  │  │..open 
  320.    180 rtiff.c         225 │  │  ├──seek_to_first_line { 32 }
  321.                            │  │  │  
  322.    321 wtiff.c         226 │  │  ├──write_line 
  323.                        227 │  │  │  │..write 
  324.    203 rtiff.c         228 │  │  ├──seek_to_end_of_line { 36 }
  325.                        229 │  │  │..lseek close 
  326.                            │  
  327.    461 edge.c          230 ├──quick_edge 
  328.    483 wtiff.c         231 │  ├──does_not_exist { 205 }
  329.     30 tiff.c          232 │  ├──read_tiff_header { 17 }
  330.    459 wtiff.c         233 │  ├──round_off_image_size { 208 }
  331.     57 wtiff.c         234 │  ├──create_allocate_tiff_file { 209 }
  332.     30 tiff.c          235 │  ├──read_tiff_header { 17 }
  333.     39 rtiff.c         236 │  ├──read_tiff_image { 30 }
  334.    713 edge.c          237 │  ├──fix_edges { 220 }
  335.    241 wtiff.c         238 │  ├──write_array_into_tiff_image { 221 }
  336.                        239 │  │..printf 
  337.                            │  
  338.     58 edge2.c         240 ├──homogeneity 
  339.    483 wtiff.c         241 │  ├──does_not_exist { 205 }
  340.     30 tiff.c          242 │  ├──read_tiff_header { 17 }
  341.    459 wtiff.c         243 │  ├──round_off_image_size { 208 }
  342.     57 wtiff.c         244 │  ├──create_allocate_tiff_file { 209 }
  343.     30 tiff.c          245 │  ├──read_tiff_header { 17 }
  344.     39 rtiff.c         246 │  ├──read_tiff_image { 30 }
  345.    713 edge.c          247 │  ├──fix_edges { 220 }
  346.    241 wtiff.c         248 │  ├──write_array_into_tiff_image { 221 }
  347.                        249 │  │..printf abs 
  348.                            │  
  349.    164 edge2.c         250 ├──difference_edge 
  350.    483 wtiff.c         251 │  ├──does_not_exist { 205 }
  351.     30 tiff.c          252 │  ├──read_tiff_header { 17 }
  352.    459 wtiff.c         253 │  ├──round_off_image_size { 208 }
  353.     57 wtiff.c         254 │  ├──create_allocate_tiff_file { 209 }
  354.     30 tiff.c          255 │  ├──read_tiff_header { 17 }
  355.     39 rtiff.c         256 │  ├──read_tiff_image { 30 }
  356.    713 edge.c          257 │  ├──fix_edges { 220 }
  357.    241 wtiff.c         258 │  ├──write_array_into_tiff_image { 221 }
  358.                        259 │  │..printf abs 
  359.                            │  
  360.    279 edge2.c         260 ├──contrast_edge 
  361.    483 wtiff.c         261 │  ├──does_not_exist { 205 }
  362.     30 tiff.c          262 │  ├──read_tiff_header { 17 }
  363.  
  364. C-DOC                                                 04-28-1992 18:42 Page 7
  365.  
  366.    459 wtiff.c         263 │  ├──round_off_image_size { 208 }
  367.     57 wtiff.c         264 │  ├──create_allocate_tiff_file { 209 }
  368.     30 tiff.c          265 │  ├──read_tiff_header { 17 }
  369.     39 rtiff.c         266 │  ├──read_tiff_image { 30 }
  370.    713 edge.c          267 │  ├──fix_edges { 220 }
  371.    241 wtiff.c         268 │  ├──write_array_into_tiff_image { 221 }
  372.                        269 │  │..printf 
  373.                            │  
  374.     74 edge3.c         270 ├──gaussian_edge 
  375.    483 wtiff.c         271 │  ├──does_not_exist { 205 }
  376.     30 tiff.c          272 │  ├──read_tiff_header { 17 }
  377.    459 wtiff.c         273 │  ├──round_off_image_size { 208 }
  378.     57 wtiff.c         274 │  ├──create_allocate_tiff_file { 209 }
  379.     30 tiff.c          275 │  ├──read_tiff_header { 17 }
  380.     39 rtiff.c         276 │  ├──read_tiff_image { 30 }
  381.    713 edge.c          277 │  ├──fix_edges { 220 }
  382.    241 wtiff.c         278 │  ├──write_array_into_tiff_image { 221 }
  383.                        279 │  │..printf 
  384.     40 gin.c           280 ├──get_image_name { 11 }
  385.     30 gpcips.c        281 ├──get_parameters { 25 }
  386.     24 numcvrt.c       282 ├──get_integer { 6 }
  387.                            │  
  388.    211 edge3.c         283 ├──enhance_edges 
  389.    483 wtiff.c         284 │  ├──does_not_exist { 205 }
  390.     30 tiff.c          285 │  ├──read_tiff_header { 17 }
  391.    459 wtiff.c         286 │  ├──round_off_image_size { 208 }
  392.     57 wtiff.c         287 │  ├──create_allocate_tiff_file { 209 }
  393.     30 tiff.c          288 │  ├──read_tiff_header { 17 }
  394.     39 rtiff.c         289 │  ├──read_tiff_image { 30 }
  395.    713 edge.c          290 │  ├──fix_edges { 220 }
  396.    241 wtiff.c         291 │  ├──write_array_into_tiff_image { 221 }
  397.                        292 │  │..printf 
  398.     40 gin.c           293 ├──get_image_name { 11 }
  399.     30 gpcips.c        294 ├──get_parameters { 25 }
  400.                            │  
  401.    404 filter.c        295 ├──get_filter_options 
  402.     24 numcvrt.c       296 │  ├──get_integer { 6 }
  403.     19 rstring.c       297 │  ├──read_string { 7 }
  404.                        298 │  │..printf 
  405.                            │  
  406.    322 filter.c        299 ├──setup_filters 
  407.                            │  
  408.     93 filter.c        300 ├──filter_image 
  409.    483 wtiff.c         301 │  ├──does_not_exist { 205 }
  410.     30 tiff.c          302 │  ├──read_tiff_header { 17 }
  411.    459 wtiff.c         303 │  ├──round_off_image_size { 208 }
  412.     57 wtiff.c         304 │  ├──create_allocate_tiff_file { 209 }
  413.     30 tiff.c          305 │  ├──read_tiff_header { 17 }
  414.     39 rtiff.c         306 │  ├──read_tiff_image { 30 }
  415.    713 edge.c          307 │  ├──fix_edges { 220 }
  416.    241 wtiff.c         308 │  ├──write_array_into_tiff_image { 221 }
  417.                        309 │  │..printf 
  418.                            │  
  419.    171 filter.c        310 ├──median_filter 
  420.    483 wtiff.c         311 │  ├──does_not_exist { 205 }
  421.     30 tiff.c          312 │  ├──read_tiff_header { 17 }
  422.    459 wtiff.c         313 │  ├──round_off_image_size { 208 }
  423.  
  424. C-DOC                                                 04-28-1992 18:42 Page 8
  425.  
  426.     57 wtiff.c         314 │  ├──create_allocate_tiff_file { 209 }
  427.     39 rtiff.c         315 │  ├──read_tiff_image { 30 }
  428.                            │  │  
  429.    254 filter.c        316 │  ├──median_of 
  430.                            │  │  │  
  431.    277 filter.c        317 │  │  ├──sort_elements 
  432.                            │  │  │  │  
  433.    301 filter.c        318 │  │  │  ├──swap 
  434.    713 edge.c          319 │  ├──fix_edges { 220 }
  435.    241 wtiff.c         320 │  ├──write_array_into_tiff_image { 221 }
  436.                        321 │  │..malloc printf free 
  437.     40 gin.c           322 ├──get_image_name { 11 }
  438.     30 gpcips.c        323 ├──get_parameters { 25 }
  439.     19 rstring.c       324 ├──read_string { 7 }
  440.                            │  
  441.     44 addsub.c        325 ├──add_image_array 
  442.    483 wtiff.c         326 │  ├──does_not_exist { 205 }
  443.     30 tiff.c          327 │  ├──read_tiff_header { 17 }
  444.    459 wtiff.c         328 │  ├──round_off_image_size { 208 }
  445.     57 wtiff.c         329 │  ├──create_allocate_tiff_file { 209 }
  446.     30 tiff.c          330 │  ├──read_tiff_header { 17 }
  447.     39 rtiff.c         331 │  ├──read_tiff_image { 30 }
  448.    241 wtiff.c         332 │  ├──write_array_into_tiff_image { 221 }
  449.                        333 │  │..printf 
  450.                            │  
  451.    112 addsub.c        334 ├──subtract_image_array 
  452.    483 wtiff.c         335 │  ├──does_not_exist { 205 }
  453.     30 tiff.c          336 │  ├──read_tiff_header { 17 }
  454.    459 wtiff.c         337 │  ├──round_off_image_size { 208 }
  455.     57 wtiff.c         338 │  ├──create_allocate_tiff_file { 209 }
  456.     30 tiff.c          339 │  ├──read_tiff_header { 17 }
  457.     39 rtiff.c         340 │  ├──read_tiff_image { 30 }
  458.    241 wtiff.c         341 │  ├──write_array_into_tiff_image { 221 }
  459.                        342 │  │..printf 
  460.     40 gin.c           343 ├──get_image_name { 11 }
  461.     30 gpcips.c        344 ├──get_parameters { 25 }
  462.                            │  
  463.    121 cutp.c          345 ├──check_cut_and_paste_limits 
  464.                            │  
  465.     46 cutp.c          346 ├──cut_image_piece 
  466.    483 wtiff.c         347 │  ├──does_not_exist { 205 }
  467.     39 rtiff.c         348 │  ├──read_tiff_image { 30 }
  468.                        349 │  │..printf 
  469.     40 gin.c           350 ├──get_image_name { 11 }
  470.     30 gpcips.c        351 ├──get_parameters { 25 }
  471.    121 cutp.c          352 ├──check_cut_and_paste_limits { 345 }
  472.                            │  
  473.     84 cutp.c          353 ├──paste_image_piece 
  474.    483 wtiff.c         354 │  ├──does_not_exist { 205 }
  475.     30 tiff.c          355 │  ├──read_tiff_header { 17 }
  476.     57 wtiff.c         356 │  ├──create_allocate_tiff_file { 209 }
  477.    241 wtiff.c         357 │  ├──write_array_into_tiff_image { 221 }
  478.                        358 │  │..printf 
  479.     40 gin.c           359 ├──get_image_name { 11 }
  480.     30 gpcips.c        360 ├──get_parameters { 25 }
  481.     24 numcvrt.c       361 ├──get_integer { 6 }
  482.                            │  
  483.  
  484. C-DOC                                                 04-28-1992 18:42 Page 9
  485.  
  486.     92 rotate.c        362 ├──rotate_flip_image_array 
  487.    483 wtiff.c         363 │  ├──does_not_exist { 205 }
  488.     30 tiff.c          364 │  ├──read_tiff_header { 17 }
  489.    459 wtiff.c         365 │  ├──round_off_image_size { 208 }
  490.     57 wtiff.c         366 │  ├──create_allocate_tiff_file { 209 }
  491.     39 rtiff.c         367 │  ├──read_tiff_image { 30 }
  492.    241 wtiff.c         368 │  ├──write_array_into_tiff_image { 221 }
  493.                        369 │  │..printf 
  494.     40 gin.c           370 ├──get_image_name { 11 }
  495.     30 gpcips.c        371 ├──get_parameters { 25 }
  496.                            │  
  497.    497 scale.c         372 ├──get_scaling_options 
  498.     24 numcvrt.c       373 │  ├──get_integer { 6 }
  499.     19 rstring.c       374 │  ├──read_string { 7 }
  500.                        375 │  │..printf 
  501.                            │  
  502.     57 scale.c         376 ├──zoom_image_array 
  503.    483 wtiff.c         377 │  ├──does_not_exist { 205 }
  504.     30 tiff.c          378 │  ├──read_tiff_header { 17 }
  505.     57 wtiff.c         379 │  ├──create_allocate_tiff_file { 209 }
  506.     39 rtiff.c         380 │  ├──read_tiff_image { 30 }
  507.    241 wtiff.c         381 │  ├──write_array_into_tiff_image { 221 }
  508.                            │  │  
  509.    205 scale.c         382 │  ├──interpolate_pixel 
  510.                        383 │  │..printf 
  511.     30 gpcips.c        384 ├──get_parameters { 25 }
  512.                            │  
  513.    257 scale.c         385 ├──shrink_image_array 
  514.    483 wtiff.c         386 │  ├──does_not_exist { 205 }
  515.     30 tiff.c          387 │  ├──read_tiff_header { 17 }
  516.     57 wtiff.c         388 │  ├──create_allocate_tiff_file { 209 }
  517.                            │  │  
  518.    549 scale.c         389 │  ├──blank_image_array 
  519.     39 rtiff.c         390 │  ├──read_tiff_image { 30 }
  520.    241 wtiff.c         391 │  ├──write_array_into_tiff_image { 221 }
  521.    549 scale.c         392 │  ├──blank_image_array { 389 }
  522.     39 rtiff.c         393 │  ├──read_tiff_image { 30 }
  523.                            │  │  
  524.    433 scale.c         394 │  ├──average_pixel 
  525.    241 wtiff.c         395 │  ├──write_array_into_tiff_image { 221 }
  526.    549 scale.c         396 │  ├──blank_image_array { 389 }
  527.     39 rtiff.c         397 │  ├──read_tiff_image { 30 }
  528.                            │  │  
  529.    461 scale.c         398 │  ├──median_pixel 
  530.    254 filter.c        399 │  │  ├──median_of { 316 }
  531.                        400 │  │  │..malloc free 
  532.    241 wtiff.c         401 │  ├──write_array_into_tiff_image { 221 }
  533.                        402 │  │..printf 
  534.     40 gin.c           403 ├──get_image_name { 11 }
  535.     24 numcvrt.c       404 ├──get_integer { 6 }
  536.     57 wtiff.c         405 ├──create_allocate_tiff_file { 209 }
  537.                        406 │..strcpy printf 
  538.                            
  539.    427 wtiff.c         407 insert_long_into_buffer 
  540.                            
  541.    104 fwrite.c        408 tab_string 
  542.     41 rstring.c       409 ├──clear_buffer { 12 }
  543.  
  544. C-DOC                                                 04-28-1992 18:42 Page 10
  545.  
  546.                            
  547.    103 numcvrt.c       410 get_short 
  548.     19 rstring.c       411 ├──read_string { 7 }
  549.                            │  
  550.    116 numcvrt.c       412 ├──short_convert 
  551.                        413 │  │..is_blank is_digit to_decimal 
  552.                            
  553.    183 numcvrt.c       414 get_long 
  554.     19 rstring.c       415 ├──read_string { 7 }
  555.                            │  
  556.    196 numcvrt.c       416 ├──long_convert 
  557.                        417 │  │..is_blank is_digit to_decimal 
  558.                            
  559.    269 numcvrt.c       418 get_float 
  560.     19 rstring.c       419 ├──read_string { 7 }
  561.                            │  
  562.    278 numcvrt.c       420 ├──float_convert 
  563.                            │  │  
  564.    375 numcvrt.c       421 │  ├──power 
  565.                        422 │  │..pow10 is_blank is_digit to_decimal 
  566.                            
  567.    601 display.c       423 my_set_video_mode 
  568.                        424 │..int86 
  569.                            
  570.    617 display.c       425 my_set_pixel 
  571.                        426 │..int86 
  572.                            
  573.    638 display.c       427 my_set_colors 
  574.                            
  575.    753 display.c       428 put_pixel 
  576.                        429 │..printf 
  577.                            
  578.    209 pi.c            430 print_image_array 
  579.     41 rstring.c       431 ├──clear_buffer { 12 }
  580.     19 rstring.c       432 ├──read_string { 7 }
  581.     50 pi.c            433 ├──print_image { 45 }
  582.                        434 │..printf 
  583.                            
  584.    129 gin.c           435 extract_base_file_name 
  585.                        436 │..printf 
  586.