home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18980 < prev    next >
Encoding:
Text File  |  1992-11-10  |  7.2 KB  |  178 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!news.udel.edu!udel!pervert!louie!eplrx7!eplrx7.es.dupont.com!cristy
  3. From: cristy@eplrx7.es.duPont.com (Cristy)
  4. Subject: ImageMagick 2.1
  5. Message-ID: <cristy.721436065@eplrx7.es.dupont.com>
  6. Summary: X11 image processing and display utilities
  7. Keywords: X11 image display image-processing JPEG TIFF GIF
  8. Organization: DuPont Engineering Physics Laboratory
  9. Date: Tue, 10 Nov 1992 22:54:25 GMT
  10. Lines: 166
  11.  
  12. ImageMagick 2.1beta is a collection of X11 image processing and display
  13. utilities.  It is available in alt.sources and as contrib/ImageMagick.tar.Z
  14. on export.lcs.mit.edu.  A beta version of 2.0 was previously posted to
  15. alt.sources.  This version has (hopefully) all the bugs fixed from
  16. version 2.0 and has these enhancements:
  17.  
  18.   o image compositing
  19.   o Postscript images are cropped to their bounding box
  20.   o animations take up to 5 times less memory
  21.   o Add -colorspace option;  YIQ or YUV may give better results when
  22.     color reducing your image.
  23.   o huge TIFF images are now subsampled if there is not enough memory
  24.     to read the entire image
  25.   o You can use the cut buffer to specify filenames for the interactive
  26.     write, print, and composite commands
  27.   o Multi-part images (such as multi-page Postscript) is now handled
  28.     properly
  29.   o The magnify window of `display' shows current magnify factor.
  30.   o Annotation, when using -monochrome, now works properly.  Thanks to
  31.     mbroe@ling.edinburgh.ac.uk for discovering this bug.
  32.   o Annotation now works correctly after clipping or scaling the image
  33.     window.
  34.   o Uses version 3c of the JPEG library (see README).
  35.   o XTP is improved and now works correctly on System 5 Release 4
  36.  
  37. cristy@dupont.com
  38.  
  39. ---
  40.  
  41. Display
  42.  
  43.      Display is a machine architecture independent image
  44.      processing and display program.  It can display an image on
  45.      any workstation display running an X server.  Display first
  46.      determines the hardware capabilities of the workstation.  If
  47.      the number of unique colors in the image is less than or
  48.      equal to the number the workstation can support, the image
  49.      is displayed in an X window.  Otherwise the number of colors
  50.      in the image is first reduced to match the color resolution
  51.      of the workstation before it is displayed.
  52.  
  53.      This means that a continuous-tone 24 bits/pixel image can
  54.      display on a 8 bit pseudo-color device or monochrome device.
  55.      In most instances the reduced color image closely resembles
  56.      the original.  Alternatively, a monochrome or pseudo-color
  57.      image can display on a continuous-tone 24 bits/pixels
  58.      device.
  59.  
  60.  
  61. Import
  62.  
  63.      Import reads an image from any visible window on an X server
  64.      and outputs it as an image file.  You can capture a single
  65.      window, the entire screen, or any rectangular portion of the
  66.      screen.  You can use display (see display(1)) utility for
  67.      redisplay, printing, editing, formatting, archiving, image
  68.      processing, etc. of the captured image.
  69.  
  70.      The target window can be specified by id, name, or may be
  71.      selected by clicking the mouse in the desired window.  If
  72.      you press a button and then drag, a rectangle will form
  73.      which expands and contracts as the mouse moves.  To save the
  74.      portion of the screen  defined by the rectangle, just
  75.      release the button.  The keyboard bell is rung once at the
  76.      beginning of the screen capture and twice when it completes.
  77.  
  78.  
  79. XtoPS
  80.  
  81.      XtoPS reads an image from any visible window on an X server
  82.      and outputs it as Encapsulated Postscript.  You can capture
  83.      a single window, the entire screen, or any rectangular
  84.      portion of the screen.  You can view the captured screen
  85.      with any Postscript compatible viewer or printer.  The
  86.      Postscript is displayed in color on viewers or printers that
  87.      support color, otherwise it is displayed as grayscale.
  88.  
  89.      The target window can be specified by id, name, or may be
  90.      selected by clicking the mouse in the desired window.  If
  91.      you press a button and then drag, a rectangle will form
  92.      which expands and contracts as the mouse moves.  To save the
  93.      portion of the screen defined by the rectangle, just release
  94.      the button.  The keyboard bell is rung once at the beginning
  95.      of the screen capture and twice it completes.
  96.  
  97.  
  98. Animate
  99.  
  100.      Animate displays a sequence of images on any workstation
  101.      display running an X server.  Animate first determines the
  102.      hardware capabilities of the workstation.  If the number of
  103.      unique colors in an image is less than or equal to the
  104.      number the workstation can support, the image is displayed
  105.      in an X window.  Otherwise the number of colors in the image
  106.      is first reduced to match the color resolution of the
  107.      workstation before it is displayed.
  108.  
  109.      This means that a continuous-tone 24 bits/pixel image can
  110.      display on a 8 bit pseudo-color device or monochrome device.
  111.      In most instances the reduced color image closely resembles
  112.      the original.  Alternatively, a monochrome or pseudo-color
  113.      image sequence can display on a continuous-tone 24
  114.      bits/pixels device.
  115.  
  116.  
  117. Montage
  118.  
  119.      Montage creates a composite image by combining several
  120.      separate images.  The images are tiled on the composite
  121.      image with the name of the image optionally appearing just
  122.      below the individual tile.
  123.  
  124. Mogrify
  125.  
  126.      Mogrify transforms an image or a sequence of images.  These
  127.      transforms include image scaling, image rotation, color
  128.      reduction, and others.  The transmogrified image overwrites
  129.      the original image.
  130.  
  131.  
  132. Convert
  133.  
  134.      Convert converts an input file using one image format to an
  135.      output file with a differing image format. By default, the
  136.      image format is determined by it's magic number. To specify
  137.      a particular image format, precede the filename with an
  138.      image format name and a colon (i.e.  mtv:image) or specify
  139.      the image type as the filename suffix (i.e. image.mtv).
  140.      Specify file as - for standard input or output.  If file has
  141.      the extension .Z, the file is decoded with uncompress.
  142.  
  143.      Convert recognizes the following image formats:
  144.  
  145.        Tag       Description
  146.        ----------------------------------------------------
  147.        AVS
  148.        CMYK      Raw cyan, magenta, yellow, and black bytes
  149.        FAX       Group 3
  150.        GIF
  151.        GRAY      Raw gray bytes
  152.        JPEG
  153.        MIFF      Machine Independant file format
  154.        MTV
  155.        PNM       Portable bitmap
  156.        PS        Postscript
  157.        RGB       Raw red, green, and blue bytes
  158.        RLE       Utah Raster Toolkit
  159.        SUN       SUN raster
  160.        TEXT      raw text file; read only
  161.        TIFF      Tagged Image File Format
  162.        VICAR
  163.        X         select image from X server screen; read only
  164.        XC        constant image of X server background color
  165.        XBM       X11 bitmap
  166.        XWD       X11 window dump
  167.  
  168. XTP
  169.  
  170.      Xtp is a utility for retrieving, listing, or printing files
  171.      from a remote network site, or sending files to a remote
  172.      network site.  Xtp performs most of the same functions as
  173.      the ftp program, but does not require any interactive
  174.      commands.  You simply specify the file transfer task on the
  175.      command line and xtp performs the task automatically.
  176. -- 
  177. cristy@dupont.com
  178.