home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / graphics / pixutils / 2801 < prev    next >
Encoding:
Text File  |  1993-01-01  |  8.7 KB  |  186 lines

  1. Newsgroups: alt.graphics.pixutils
  2. Path: sparky!uunet!usc!cs.utexas.edu!uwm.edu!spool.mu.edu!umn.edu!csus.edu!netcom.com!jef
  3. From: jef@netcom.com (Jef Poskanzer)
  4. Subject: (11dec91) Welcome to alt.graphics.pixutils - automated posting.
  5. Message-ID: <1993Jan1.184207.7843@netcom.com>
  6. Followup-To: poster
  7. Reply-To: Jef Poskanzer <jef@netcom.com>
  8. Organization: Paratheo-Anametamystikhood of Eris Esoteric
  9. Date: Fri, 1 Jan 1993 18:42:07 GMT
  10. Expires: Fri, 5 Feb 1993 18:42:08 GMT
  11. Lines: 173
  12.  
  13. Archive-name: pixutils-faq
  14.  
  15. This message is automatically posted once a month to inform new readers
  16. and remind old readers of what alt.graphics.pixutils is about.  It was
  17. last changed on 11dec91.  If you don't want to see this posting every
  18. month, please add the subject line to your kill file.  Thank you.
  19. ---
  20. Jef
  21.  
  22.            Jef Poskanzer  jef@netcom.com  jef@well.sf.ca.us
  23.                     "...Is this a trick question?"
  24.  
  25. - - - - - - - - - -
  26.  
  27. This newsgroup is for discussion of pixmap utilities.  A pixmap is
  28. any image composed of pixels, whether it's a one-bit-deep bitmap, a
  29. grayscale image, colormapped, or full color.  There are dozens of
  30. different file formats for storing pixmaps, and there are a number of
  31. software packages for converting between formats and displaying
  32. formats.  Some of these packages are listed in the Frequently Asked
  33. Questions posting in comp.graphics - the relevant excerpts are appended
  34. below.
  35.  
  36. Discussion of these packages and other similar ones will probably be
  37. the main topic here.  Posting uuencoded sample pixmaps for some weird
  38. format you're trying to decipher is fine, especially if they are small,
  39. but mass posting of pixmaps is not welcome.
  40.  
  41. - - - - - - - - - -
  42.  
  43. [from the comp.graphics weekly posting]
  44.  
  45. 7) Free image manipulation software.  There are a number of toolkits
  46. for converting from one image format to another, doing simple image
  47. manipulations such as size scaling, plus the above-mentioned 24 -> 8,
  48. color -> gray, gray -> b&w conversions.  Here are pointers to some of
  49. them:
  50.  
  51.     PBMPLUS, by Jef Poskanzer.  Comprehensive format conversion and image
  52.     manipulation package.  The latest version is always available via
  53.     anonymous FTP as ftp.ee.lbl.gov:pbmplus*.tar.Z,
  54.     wuarchive.wustl.edu:graphics/graphics/packages/pbmplus/pbmplus*.tar.Z,
  55.     and export.lcs.mit.edu:contrib/pbmplus*.tar.Z.
  56.  
  57.     IM Raster Toolkit, by Alan Paeth (awpaeth@watcgl.uwaterloo.ca).
  58.     Provides a portable and efficient format and related toolkit.  The
  59.     format is versatile in supporting pixels of arbitrary channels,
  60.     components, and bit precisions while allowing compression and machine
  61.     byte-order independence.  The kit contains more than 50 tools with
  62.     extensive support of image manipulation, digital halftoning and format
  63.     conversion.  Previously distributed on tape c/o the University of
  64.     Waterloo, an FTP version will appear someday.
  65.  
  66.     Utah RLE Toolkit.  Conversion and manipulation package, similar to
  67.     PBMPLUS.  Available via FTP as cs.utah.edu:pub/urt-*,
  68.     weedeater.math.yale.edu:pub/urt-*, and freebie.engin.umich.edu:pub/urt-*.
  69.  
  70.     Fuzzy Pixmap Manipulation, by Michael Mauldin <mlm@nl.cs.cmu.edu>.
  71.     Conversion and manipulation package, similar to PBMPLUS.  Version 1.0
  72.     available via FTP as nl.cs.cmu.edu:/usr/mlm/ftp/fbm.tar.Z,
  73.     uunet.uu.net:pub/fbm.tar.Z, and ucsd.edu:graphics/fbm.tar.Z.
  74.  
  75.     Img Software Set, by Paul Raveling <raveling@venera.isi.edu>.  Reads and
  76.     writes its own image format, displays on an X11 screen, and does some
  77.     image manipulations.  Version 1.3 is available via FTP as
  78.     export.lcs.mit.edu:contrib/img_1.3.tar.Z, and
  79.     venera.isi.edu:pub/img_1.3.tar.Z along with a large collection of color
  80.     images.
  81.  
  82.     Xim, by Philip R. Thompson.  Reads and writes its own image format,
  83.     displays on an X11 screen, and does some image manipulations.
  84.     Available in your nearest X11R4 source tree as contrib/clients/xim.
  85.     A more recent version is available via ftp from video.mit.edu.  It uses
  86.     x11r4 and the OSF/Motif toolkit to provide basic interactive image
  87.     manipulation and reads/writes GIF, xwd, xbm, tiff, rle, xim, and other
  88.     formats.
  89.  
  90.     xloadimage, by Jim Frost <madd@std.com>.  Reads in images in various
  91.     formats and displays them on an X11 screen.  Available via FTP as
  92.     export.lcs.mit.edu:contrib/xloadimage*, and in your nearest comp.sources.x
  93.     archive.
  94.  
  95.     TIFF Software, by Sam Leffler <sam@okeeffe.berkeley.edu>.  Nice
  96.     portable library for reading and writing TIFF files, plus a few tools
  97.     for manipulating them and reading other formats.  Available via FTP as
  98.     ucbvax.berkeley.edu:pub/tiff/*.tar.Z or uunet.uu.net:graphics/tiff.tar.Z
  99.  
  100.     xtiff, an X11 tool for viewing a TIFF file.  It was written to handle
  101.     as many different kinds of TIFF files as possible while remaining
  102.     simple, portable and efficient.  xtiff illustrates some common problems
  103.     with building pixmaps and using different visual classes.  It is
  104.     distributed as part of Sam Leffler's libtiff package and it is also
  105.     available on export.lcs.mit.edu, uunet.uu.net and comp.sources.x.
  106.     xtiff 2.0 was announced in 4/91; it includes Xlib and Xt versions.
  107.  
  108.     ALV, a Sun-specific image toolkit.  Version 2.0.6 posted to
  109.     comp.sources.sun on 11dec89.  Also available via email to
  110.     alv-users-request@cs.bris.ac.uk.
  111.  
  112.     popi, an image manipulation language.  Version 2.1 posted to
  113.     comp.sources.misc on 12dec89.
  114.  
  115.     ImageMagick, an X11 package for display and interactive manipulation
  116.     of images.  Uses its own format (MIFF), and includes some converters.
  117.     Available via FTP as export.lcs.mit.edu:contrib/ImageMagick.tar.Z
  118.  
  119.     Khoros, a huge (~100 meg) graphical development environment based on
  120.     X11R4.  Khoros components include a visual programming language, code
  121.     generators for extending the visual language and adding new application
  122.     packages to the system, an interactive user interface editor, an
  123.     interactive image display package, an extensive library of image and
  124.     signal processing routines, and 2D/3D plotting packages.  Available via
  125.     FTP as pprg.eece.unm.edu:pub/khoros/*.
  126.  
  127.     LaboImage, a SunView-based image processing and analysis package.  It
  128.     includes more than 200 image manipulation, processing and measurement
  129.     routines, on-line help, plus tools such as an image editor, a color
  130.     table editor and several biomedical utilities.  Available via anonymous
  131.     FTP as ads.com:pub/VISION-LIST-ARCHIVE/SHAREWARE/LaboImage_3.1.tar.Z
  132.  
  133.     The San Diego Supercomputer Center Image Tools, software tools for
  134.     reading, writing, and manipulating raster images.  Binaries for some
  135.     machines available via anonymous FTP in sdsc.edu:sdscpub.
  136.  
  137.     The Independent JPEG Group has written a package for reading and
  138.     writing JPEG files.  FTP to uunet.uu.net:graphics/jpeg/jpegsrc.v?.tar.Z
  139.  
  140. Don't forget to set binary mode when you FTP tar files.  For you MILNET
  141. folks who still don't have name servers, the IP addresses are:
  142.  
  143.     ads.com            128.229.30.16
  144.     cs.utah.edu            128.110.4.21
  145.     export.lcs.mit.edu        18.24.0.12
  146.     freebie.engin.umich.edu    141.212.68.23
  147.     ftp.ee.lbl.gov        128.3.112.20
  148.     nl.cs.cmu.edu        128.2.222.56
  149.     pprg.eece.unm.edu        129.24.24.10
  150.     sdsc.edu            132.249.20.22
  151.     ucbvax.berkeley.edu        128.32.133.1
  152.     venera.isi.edu        128.9.0.32
  153.     weedeater.math.yale.edu    130.132.23.17
  154.     wuarchive.wustl.edu        128.252.135.4
  155.  
  156. Please do *not* post or mail messages saying "I can't FTP, could
  157. someone mail this to me?"  There are a number of automated mail servers
  158. that will send you things like this in response to a message.  See
  159. item 13 below for details on some.
  160.  
  161.  
  162. 8) Format documents for GIF, TIFF, IFF, BIFF, WHIFF, etc.
  163.  
  164. You almost certainly don't need these.  Read the above item 7 on free
  165. image manipulation software.  Get one or more of these packages and
  166. look through them.  Chances are excellent that the image converter you
  167. were going to write is already there.  But if you still want one of the
  168. format documents, many such files are available by anonymous ftp from
  169. titan.cs.rice.edu (128.42.1.30) in directory public/graphics.formats.
  170. These files were collected off the net and are believed to be correct.
  171. This archive includes pixel formats, and two- and three-dimensional
  172. object formats.  Other file format descriptions are welcome, send to
  173. Mark Hall <foo@cs.rice.edu>.
  174.  
  175.  
  176. 13) How to FTP by email.
  177.  
  178. There are a number of sites that archive the Usenet sources newsgroups
  179. and make them available via an email query system.  You send a message
  180. to an automated server saying something like "send comp.sources.unix/fbm",
  181. and a few hours or days later you get the file in the mail.
  182.  
  183. In addition, there used to be some FTP-by-mail servers, which would accept
  184. FTP commands by mail and then mail back the results.  Unfortunately, the
  185. services were abused, and have been shut down.
  186.