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

  1. OPERATOR
  2.  
  3. rdImage --- read an image file into WiT
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The rdImage operator reads from disk an image file of some common image 
  9. format and converts it into a WiT image as the output of the operator. The 
  10. fn parameter is the name of the file. The objpath search path (from .witrc 
  11. file) is used to search for the specified file. The type parameter specifies 
  12. the image format. Currently the following formats are supported: 
  13.  
  14.    GIF  - Graphics Interchange Format (8-bit)
  15.    PCX  - PC PaintBrush (8-bit)
  16.    PBM  - Portable Bitmap Format (PBM, PGM, PPM)
  17.    SUN  - Sun Raster File Format
  18.    XBM  - X Bitmap Format
  19.    TIFF - Tag Image File Format
  20. 
  21.  
  22. Besides these image format types, you can choose Auto to let the operator 
  23. detect the image format type. 
  24.  
  25. For GIF and PCX formats, rdImage converts an image to a WiT RGB image if 
  26. the image file contains color, otherwise a greyscale image is converted to
  27. an 8-bit greyscale WiT image. 
  28.  
  29. For PBM formats, rdImage supports bit-mapped (PBM), greyscale (PGM), and color 
  30. (PPM) types. Additionally, the operator interprets both ASCII text and raw 
  31. formats. 
  32.  
  33. For SUN formats, both greyscale and color images (both pseudo or true color) 
  34. are supported. forcebw option causes pseudo color images to be converted to 
  35. greyscale. The verbose option prints out identifying information to stdout . 
  36.  
  37. For XBM formats, the operator ignores the hotspot location in an XBM file. 
  38. Color is not supported.
  39.