home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / research / 392 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  5.5 KB

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