home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1930 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  2.3 KB  |  64 lines

  1.     XtoPS is an X Window System window dumping utility.  XtoPS reads an
  2.     image from any visible window on an X server and outputs it to
  3.     encapsulated Postscript file.  You can view this file with any
  4.     Postscript compatible viewer or printer.  The image is displayed in
  5.     color on viewers or printers that support color Postscript,
  6.     otherwise it is displayed as grayscale.  The target window can be
  7.     specified by id or name or be selected by clicking the mouse in the
  8.     desired window.  The keyboard bell is rung once at the beginning of
  9.     the dump and twice when the dump is completed.
  10.  
  11.   If you have an X11R3 library, change
  12.  
  13.     #DEFINES= -DPRE_R4_ICCCM
  14.  
  15.   to
  16.  
  17.     DEFINES= -DPRE_R4_ICCCM
  18.  
  19.   in Imakefile
  20.  
  21.   Next, type
  22.  
  23.     xmkmf
  24.     make
  25.  
  26. cristy@dupont.com
  27.  
  28. ---
  29.  
  30.  
  31. In addition to XtoPS, ImageMagick, an X11 image processing and 
  32. display utility is available on expo.lcs.mit.edu as 
  33. contrib/ImageMagick.tar.Z.  Included are these programs:
  34.  
  35. Display
  36.  
  37.     Display is a machine architecture independent image processing and
  38.     display program.  It can display any image in the MIFF format on
  39.     any workstation display running an X server.  Display first
  40.     determines the hardware capabilities of the workstation.  If the
  41.     number of unique colors in the image is less than or equal to the
  42.     number the workstation can support, the image is displayed in an X
  43.     window.  Otherwise the number of colors in the image is first
  44.     reduced to match the color resolution of the workstation before it
  45.     is displayed.
  46.  
  47.     This means that a continuous-tone 24 bits/pixel image can display
  48.     on a 8 bit pseudo-color device or monochrome device.  In most
  49.     instances the reduced color image closely resembles the original.
  50.     Alternatively, a monochrome or pseudo-color image can display on a
  51.     continuous-tone 24 bits/pixels device.
  52.  
  53. Import
  54.  
  55.     Import is an X Window System window dumping utility.  Import allows
  56.     X users to store window images in a specially formatted dump file.
  57.     This file can then be read by the Display utility for redisplay,
  58.     printing, editing, formatting, archiving, image processing, etc.
  59.     The target window can be specified by id or name or be selected by
  60.     clicking the mouse in the desired window.  The keyboard bell is
  61.     rung once at the beginning of the dump and twice when the dump is
  62.     completed.
  63.  
  64.