home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / dsp / 2799 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  5.3 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!pacbell.com!network.ucsd.edu!dudley!nadeau
  2. From: nadeau@sdsc.edu (Dave Nadeau,,45062)
  3. Newsgroups: comp.dsp
  4. Subject: SDSC Image Tools V2.1 Release
  5. Date: 14 Dec 1992 23:07:05 GMT
  6. Organization: San Diego Supercomputer Center @UCSD.
  7. Lines: 141
  8. Distribution: world
  9. Message-ID: <1gj42pINN6rd@network.ucsd.edu>
  10. Reply-To: nadeau@sdsc.edu
  11. NNTP-Posting-Host: dudley.sdsc.edu
  12. Keywords: image file format, graphics, pixel utilities, image processing
  13.  
  14.  
  15.               S D S C   I M A G E   T O O L S
  16.  
  17.                      Version 2.1
  18.                     December 1992
  19.  
  20.                 **** RELEASE ANNOUNCEMENT ****
  21.  
  22. The San Diego Supercomputer Center is pleased to announce the version 2.1
  23. release of its FREE, portable Image Tools software.
  24.  
  25. The SDSC Image Tools support a wide range of image file formats, including:
  26.  
  27.     Format  Description
  28.     ------- --------------------------------------------------------
  29.     bmp     Microsoft Windows bitmap image file
  30.     cur     Microsoft Windows cursor image file
  31.     eps     Adobe Encapsulated PostScript file
  32.     gif     Compuserve Graphics image file
  33.     hdf     Hierarchical Data File
  34.     ico     Microsoft Windows icon image file
  35.     icon    Sun Icon and Cursor file
  36.     iff     Sun TAAC Image File Format
  37.     mpnt    Apple Macintosh MacPaint file
  38.     pbm     PBM Portable Bit Map file
  39.     pcx     ZSoft IBM PC Paintbrush file
  40.     pgm     PBM Portable Gray Map file
  41.     pic     PIXAR picture file
  42.     pict    Apple Macintosh QuickDraw/PICT file
  43.     pix     Alias image file
  44.     ppm     PBM Portable Pixel Map file
  45.     pnm     PBM Portable aNy Map file
  46.     ps      Adobe PostScript file
  47.     ras     Sun Rasterfile
  48.     rgb     SGI RGB image file
  49.     rla     Wavefront raster image file
  50.     rle     Utah Run length encoded image file
  51.     synu    SDSC Synu image file
  52.     tga     Truevision Targa image file
  53.     tiff    Tagged image file
  54.     viff    Khoros Visualization image file
  55.     x       AVS X image file
  56.     xbm     X11 bitmap file
  57.     xwd     X Window System window dump image file
  58.  
  59. The tools include extensive support for formats with multiple variants for
  60. different image depths and compression schemes.
  61.  
  62. Individual sites may reconfigure the Image Tools to support additional
  63. site-specific file formats.  Sample source code is provided as part of
  64. the release.
  65.  
  66. The SDSC Image Tools include command-line tools for the manipulation of
  67. images in any of the above file formats.  The version 2.1 release expands
  68. the tool suite to include the following tools:
  69.  
  70.     Tool        Description
  71.     --------------- ------------------------------------------------
  72.     imadjust    Adjust image colors, desaturate, brighten, etc.
  73.     imcat        Concatenate images into multi-image files
  74.     imcltroll    Cycle a color lookup table
  75.     imcomp        Digitally composite images
  76.     imconv        Convert between all supported image file formats
  77.     imcopy        Copy a portion of an image into a new file
  78.     imfile        Display image attributes
  79.     imfill        Fill a region of an image with a color or gradient
  80.     imflip        Flip an image horizontally or vertically
  81.     imformats    Describe image file format support
  82.     imgray        Convert to grayscale
  83.     imhist        Compute an image histogram
  84.     immono        Convert to monochrome
  85.     impaste        Paste an image into another
  86.     imroll        Cycle an image horizontally or vertically
  87.     imrotate    Free rotate an image
  88.     imscale        Scale an image up or down
  89.     imshear        Shear an image horizontally or vertically
  90.     imsplit        Split apart multi-image files
  91.  
  92. All tool functionality is contained within a C library of functions, making
  93. it easy to create new custom tools.
  94.  
  95. The SDSC Image Tools are released in binary form for the following UNIX
  96. machine architectures:
  97.  
  98.     Architecture    Description
  99.     --------------- ------------------------------------------------
  100.     alliantfx2800    Alliant Computers, FX/2800
  101.     crayy        Cray Research, Cray Y-MP (UNICOS)
  102.     decstation    Digital Equipment Corp, DECStation (ULTRIX)
  103.     decvax        Digital Equipment Corp, VAX (ULTRIX)
  104.     hp700        Hewlett-Packard 700
  105.     next        NeXT
  106.     sgi4d        Silicon Graphics, SGI 4D
  107.     sun4        Sun Microsystems, Sun 4 and SPARC
  108.  
  109. Additional architectures are forthcomming.
  110.  
  111. The SDSC Image Tools are available for uploading via anonymous ftp from
  112. 'ftp.sdsc.edu'.  The anonymous ftp directory tree is structured by
  113. machine architecture, and then by topic.  For instance, to get the SDSC Image
  114. Tools for a Sun 4, use:
  115.  
  116.     ftp> cd sdscpub
  117.     ftp> cd sun4
  118.     ftp> cd graphics
  119.         or
  120.     ftp> cd [.sdscpub.sun4.graphics]
  121.  
  122.     ftp> type binary
  123.     ftp> get IMTOOLS_V2_1_TAR.Z imtools_v2_1.tar.Z
  124.  
  125. For most architectures, software is bundled in both tar and cpio format and
  126. compressed using the UNIX 'compress' utility.
  127.  
  128. Tool binaries, object library, release notes, and tool and library man pages
  129. (nroff source, post-nroff text, and PostScript) are included.  Tool source
  130. code is included.  Library source is not provided except for sample source
  131. illustraiting how to add support for additional site-specific image file
  132. formats.
  133.  
  134. 00README's and 00INDEX's in the ftp directories explain their contents.
  135. To get one of these, use:
  136.  
  137.     ftp> get 00README 00README
  138.     ftp> get 00INDEX 00INDEX
  139.  
  140. Questions about the SDSC Image Tools, or any SDSC software products, may
  141. be directed to:
  142.  
  143.     E-mail:        info@sdsc.edu
  144.     Phone:        (619) 534-5100, M-F 8am-5pm, pacific time
  145.  
  146. Thank you.
  147.  
  148.  
  149. ---
  150. Dave Nadeau                        nadeau@sdsc.edu
  151. Advanced Scientific Visualization Laboratory        (619) 534-5062
  152. San Diego Supercomputer Center
  153. P.O. Box 85608   San Diego, CA   92186-9784
  154.  
  155.