home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / immagick / release.txt < prev   
Encoding:
Text File  |  1994-06-01  |  6.5 KB  |  163 lines

  1. ImageMagick 3.0
  2.  
  3. Version 3.0 of ImageMagick is now available.  ImageMagick is an X11
  4. package for display and interactive manipulation of images.  The
  5. package includes tools for image conversion, editing, annotation,
  6. compositing, animation, and creating montages.  ImageMagick can read
  7. and write many of the more popular image formats (e.g. JPEG, TIFF, PNM,
  8. etc.).  ImageMagick is available via anonymous FTP on ftp.x.org as
  9. contrib/ImageMagick-3.0.tar.gz.  A brief description of each
  10. of the programs in ImageMagick follows.
  11.  
  12.  
  13. Display
  14.  
  15.      Display is a machine architecture independent image
  16.      processing and display program.  It can display an image on
  17.      any workstation display running an X server.  Display first
  18.      determines the hardware capabilities of the workstation.  If
  19.      the number of unique colors in the image is less than or
  20.      equal to the number the workstation can support, the image
  21.      is displayed in an X window.  Otherwise the number of colors
  22.      in the image is first reduced to match the color resolution
  23.      of the workstation before it is displayed.
  24.  
  25.      This means that a continuous-tone 24 bits/pixel image can
  26.      display on a 8 bit pseudo-color device or monochrome device.
  27.      In most instances the reduced color image closely resembles
  28.      the original.  Alternatively, a monochrome or pseudo-color
  29.      image can display on a continuous-tone 24 bits/pixels
  30.      device.
  31.  
  32.  
  33. Import
  34.  
  35.      Import reads an image from any visible window on an X server
  36.      and outputs it as an image file.  You can capture a single
  37.      window, the entire screen, or any rectangular portion of the
  38.      screen.  You can use display (see display(1)) utility for
  39.      redisplay, printing, editing, formatting, archiving, image
  40.      processing, etc. of the captured image.
  41.  
  42.      The target window can be specified by id, name, or may be
  43.      selected by clicking the mouse in the desired window.  If
  44.      you press a button and then drag, a rectangle will form
  45.      which expands and contracts as the mouse moves.  To save the
  46.      portion of the screen  defined by the rectangle, just
  47.      release the button.  The keyboard bell is rung once at the
  48.      beginning of the screen capture and twice when it completes.
  49.  
  50.  
  51. Animate
  52.  
  53.      Animate displays a sequence of images on any workstation
  54.      display running an X server.  Animate first determines the
  55.      hardware capabilities of the workstation.  If the number of
  56.      unique colors in an image is less than or equal to the
  57.      number the workstation can support, the image is displayed
  58.      in an X window.  Otherwise the number of colors in the image
  59.      is first reduced to match the color resolution of the
  60.      workstation before it is displayed.
  61.  
  62.      This means that a continuous-tone 24 bits/pixel image can
  63.      display on a 8 bit pseudo-color device or monochrome device.
  64.      In most instances the reduced color image closely resembles
  65.      the original.  Alternatively, a monochrome or pseudo-color
  66.      image sequence can display on a continuous-tone 24
  67.      bits/pixels device.
  68.  
  69.  
  70. Montage
  71.  
  72.      Montage creates a composite image by combining several
  73.      separate images.  The images are tiled on the composite
  74.      image with the name of the image optionally appearing just
  75.      below the individual tile.
  76.  
  77.  
  78. Mogrify
  79.  
  80.      Mogrify transforms an image or a sequence of images.  These
  81.      transforms include image scaling, image rotation, color
  82.      reduction, and others.  The transmogrified image overwrites
  83.      the original image.
  84.  
  85.  
  86. Convert
  87.  
  88.      Convert converts an input file using one image format to an
  89.      output file with a differing image format. By default, the
  90.      image format is determined by it's magic number. To specify
  91.      a particular image format, precede the filename with an
  92.      image format name and a colon (i.e.  ps:image) or specify
  93.      the image type as the filename suffix (i.e. image.ps).
  94.      Specify file as - for standard input or output.  If file has
  95.      the extension .Z, the file is decoded with uncompress.
  96.  
  97.      Convert recognizes the following image formats:
  98.  
  99.        Tag       Description
  100.        ----------------------------------------------------
  101.        ALPHA     Raw alpha bytes
  102.        AVS       AVS X image file
  103.        BMP       Microsoft Windows bitmap image file
  104.        CMYK      Raw cyan, magenta, yellow, and black bytes
  105.        EPS       Adobe Encapsulated Postscript
  106.        FAX       Group 3
  107.        FITS      Flexible Image Transport System
  108.        GIF       Compuserve Graphics image file
  109.        GRAY      Raw gray bytes
  110.        JPEG
  111.        MIFF      Magick image file format
  112.        MTV
  113.        PCX       ZSoft IBM PC Paintbrush file
  114.        PICT      Apple Macintosh QuickDraw/PICT file
  115.        PNM       Portable bitmap
  116.        PS        Adobe PostScript file
  117.        PS2       Adobe PostScript Level II file
  118.        RGB       Raw red, green, and blue bytes
  119.        RLE       Utah Raster Toolkit
  120.        SUN       SUN raster
  121.        TGA       Truevision Targa image file
  122.        TEXT      raw text file;  read only
  123.        TIFF      Tagged Image File Format
  124.        VICAR
  125.        VIFF      Khoros Visualization image file.
  126.        X         select image from X server screen
  127.        XC        constant image of X server background color
  128.        XBM       X11 bitmap
  129.        XPM       X11 pixmap
  130.        XWD       X11 window dump
  131.        YUV       CCIR 601 1:1:1 file.
  132.        YUV3      CCIR 601 2:1:1 files.
  133.  
  134.  
  135. Combine
  136.  
  137.      Combine combines images to create new images.
  138.  
  139.  
  140. Segment
  141.  
  142.      Segment segments an image by analyzing the histograms of the
  143.      color components and identifying units that are homogeneous
  144.      with the fuzzy c-means technique.  The scale-space filter
  145.      analyzes the histograms of the three color components of the
  146.      image and identifies a set of classes.  The extents of each
  147.      class is used to coarsely segment the image with
  148.      thresholding.  The color associated with each class is
  149.      determined by the mean color of all pixels within the
  150.      extents of a particular class.  Finally, any unclassified
  151.      pixels are assigned to the closest class with the fuzzy c-
  152.      means technique.
  153.  
  154.  
  155. XTP
  156.  
  157.      Xtp is a utility for retrieving, listing, or printing files
  158.      from a remote network site, or sending files to a remote
  159.      network site.  Xtp performs most of the same functions as
  160.      the ftp program, but does not require any interactive
  161.      commands.  You simply specify the file transfer task on the
  162.      command line and xtp performs the task automatically.
  163.