home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / maillis / xwindow / 17620 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  7.3 KB

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