home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / tileimag. / tileimag.bin
Text File  |  1995-12-09  |  912b  |  20 lines

  1. OPERATOR
  2.  
  3. tileImages --- display a vector of images as one image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The tileImages operator converts a vector of images into one WIT image. The 
  9. resulting image is a grid of images having a number of columns and rows as 
  10. denoted by the tileColumns and tileRows parameters. If either parameter is 0, 
  11. then the operator determines the width and/or height of the grid image. The 
  12. spacing parameter allows the user to place a band of zero-valued pixels 
  13. between each image. The number of pixels in that band is given by the value 
  14. of the parameter. Additionally, images from the vector can be placed in the 
  15. top left corner of each grid area or in the center of the area. This may 
  16. be useful when images within the vector are of varying sizes. 
  17.  
  18. This operator is convenient for viewing vectors of related images, for example 
  19. a series of slices through one 3D volume. 
  20.