IMGARRAY Name
      
       IMGARRAY Purpose
      
       Create an array of small images given a list.
Category
Calling Sequence
      
       imgarray, list Inputs
      
       list = list of GIF image file names.       in
Keyword Parameters
Keywords
        
         NX=nx, NY=ny  Array size: nx x ny images.
        
         SAVE=gif  Name of GIF image for saving result.
        
         Use only one of the following 3 keywords:
        
         REDUCTION=fact  Size reduction factor (def=2).
                  XSIZE=xs  X size of reduced images.
                  YSIZE=ys  Y size of reduced images.
        
         MARGIN=m  Size of margin to add around reduced images.
        
         MCOLOR='r g b' Color of margin in R,G,B (0-255). Def=white.
Outputs
Common Blocks
Notes
Modification History
      
       R. Sterner, 1999 Nov 08 
  
 Copyright (C) 1999, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.