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

  1. OPERATOR
  2.  
  3. wit2pbm --- writes a WiT image to a PBM file
  4.  
  5.  
  6. DESCRIPTION% %The wit2pbm operator writes a portable bit-mapped (PBM) %data file 
  7. corresponding to the WiT image received at the input port. %Bit-mapped (PBM), 
  8. greyscale (PGM) or color (PPM) data files may be read. %Additionally, image 
  9. data can be written in either ASCII text format %or the more condense raw 
  10. format. %PBM file types are denoted in the first line of the file. The 
  11. codes %P1 through P6 correspond to bit-mapped/ASCII, greyscale/ASCII, 
  12. %color/ASCII, bit-mapped/raw, greyscale/raw and color/raw, respectively. %Each 
  13. such PBM file is organized in row/column order, with the dimensions %of the 
  14. image being specified on the second row of the file. %All output files can 
  15. be read using the pbm2wit operator. %The filename parameter specifies %the name 
  16. of the file which will receive the image data. %The dataStorage parameter 
  17. specifies whether the image will be %output in either ASCII or raw format. 
  18. The bitmap format specifies %whether the image will be output as a bit-mapped 
  19. image, or as either a %greyscale or color image, depending upon the content. 
  20. If output as a %bitmapped image, the input image is rasterized such that all 
  21. non-zero %input pixels are set off and all zero value pixels are set on. 
  22.