                                                                merge_fill
Chapter 11 Raster Manipulation

Merges the displayed and stored (temp0) raster in a special way.  Each pixel of
the display raster is examined.  If the pixel is off and one or fewer adjacent
pixels is on, then it is replaced with the pixel in the stored file.  This has
the affect of merging the displayed open areas with the stored raster.

*
NOTE:  The use of this command IS NOT RECOMMENDED.  It is very slow and rarely 
accomplishes the desired results. JPD
*

merge_fill

    Merges the temporary and display raster in a special way.
     
         merge_fill

    Merges the temporary (temp0) and display raster in a special way.
    ___________________________________________________________________________
    Options/arguments:

    None.
    ___________________________________________________________________________
    Example(s):

    To merge the display and temp0 stored raster, enter:
          
         merge_fill
    ___________________________________________________________________________
    See also:

*             brstr_delete, disprstr_ers, disprstr_mrg, disprstr_get
    ___________________________________________________________________________
