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

  1. OPERATOR
  2.  
  3. raw2wit --- converts a raw data file to a WiT image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The raw2wit operator reads in a raw data file and outputs a WiT image. 
  9. Either color, greyscale, floating point, or complex data files may be read. 
  10. In the case of color images, the raw data is represented by three files. 
  11. Each file contains the raw data for one of the three color channels; red, 
  12. green, or blue. Each file is named by the filename given in the property 
  13. window suffixed with either the letter r , g , or b . For example, if the 
  14. filename is given as xx then the files expected are xx.r , xx.g , and xx.b . 
  15. Each raw data file is organized in row/column order given the width and height 
  16. parameters. Floating point images are single precision and complex images are 
  17. organized as real, complex single precision float pairs. The offset parameter 
  18. is used to skip the given number of bytes into the file prior to extracting 
  19. the data. 
  20.