home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / ui / display. / display.bin
Text File  |  1995-12-09  |  991b  |  23 lines

  1. OPERATOR
  2.  
  3. display --- display object data
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The display operator creates a popup frame containing the data of the object 
  9. received at its input port. If the object is an image, then the popup will 
  10. present a rendered image using a 48 level grayscale colormap in the case of 
  11. grayscale images or a dithered set of 64 colors in the case of 24-bit color 
  12. images. When display is run on a monochrome monitor, all displays are rendered 
  13. by dithering the image. 
  14.  
  15. An image properties panel provides various controls for viewing image data and 
  16. is brought up by a window menu. The property panel gives you various ways 
  17. of viewing data including profiles, color mapping, and resizing. 
  18.  
  19. If the object is not an image, then display will pop up a frame with text 
  20. showing all the pertinent data contained within the object. If the text 
  21. exceeds the frame's visible portion then you must pan the data up or down 
  22. or increase the size of the window. 
  23.