home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / mac / nihimage / readme.txt < prev   
Encoding:
Text File  |  1994-06-01  |  5.2 KB  |  111 lines

  1. NIH Image
  2. ---------
  3. NIH Image is a public domain program for the Macintosh for doing digital
  4. image processing and analysis. It can acquire, display, edit, enhance,
  5. analyze, print, and animate grayscale and color images.  It reads and writes
  6. TIFF, PICT, PICS and MacPaint files It features multiple windows,
  7. MacPaint-like editing and 8 levels of magnification. It supports Data
  8. Translation and Scion frame grabber cards. Image requires at least 4MB of
  9. RAM and 8-bit video. The following files in the directory /pub/image contain
  10. NIH Image, documentation, source code, and example images.
  11.  
  12.   nih-image1xx_fpu.hqx     NIH Image 1.xx application. Requires FPU.
  13.   nih-image1xx_nonfpu.hqx  Version that does not require floating-point
  14.   nih-image1xx_docs.hqx    Documentation in Word 5.0 format
  15.   nih-image1xx_source.hqx  Think Pascal 4.0 source
  16.   images                   Directory with images in TIFF and PICT format
  17.   stacks                   Example stacks(3D images and movies) (directory)
  18.   nih-image_spinoffs       Contains variants of NIH Image(directory) 
  19.   programs                 Directory containing miscellaneous related programs
  20.  
  21. File Formats
  22. ------------
  23. Files are in one of three formats.  Those with a ".hqx" suffix are BinHex
  24. encoded Mac binary files, those with a ".bin" suffix are MacBinary encoded
  25. Mac binary files, and those with a ".txt" suffix are a plain text files. The
  26. BinHex and MacBinary formats represent the two parts of a Mac file(the data
  27. fork and the resource fork) as a single file. They permit storage of a
  28. complete Mac file on a non-Mac system, such as this server.
  29.  
  30. Most files were compressed using the Mac utility Stuffit 1.5.1 and uploaded
  31. using Fetch, which does the BinHex or MacBinary encoding. Both utilities can
  32. be found in the util directory. The best way to retrieve files is to use
  33. Fetch, which automatically does Binhex (or MacBinary) decoding and file
  34. decompression. Unfortunately, Fetch requires a Mac directly connected to the
  35. Internet. If this is not the case, use an FTP (File Transfer Protocol)
  36. utility to transfer the files to a local host and then transfer them to a
  37. Mac via modem.
  38.  
  39. For Macs not directly on the Internet, BinHex files must be transferred to
  40. a Mac using "ascii" mode and then decoded and decompressed using Stuffit or
  41. some other Mac compression utility, such as Compact Pro. MacBinary files
  42. must be transferred to an intermediate host using FTP in "binary" mode,
  43. then transferred to a Mac in "MacBinary" mode and decompressed using
  44. Stuffit or Compact Pro. A copy of Stuffit 1.5.1 is in the directory
  45. /pub/util in MacBinary format. The document "ftp-primer.txt" in the
  46. documents directory provides more information on file formats and FTP.
  47.  
  48.  
  49. NIH Image Mailing List
  50. ----------------------
  51. There is an NIH Image mailing list. It was set up by a group in the Soil
  52. Science Department at the University of Minnesota. To subscribe, send a
  53. message containing the line "subscribe nih-image <your name>" to
  54. soils.umn.edu.
  55.  
  56.  
  57. DepthGauge
  58. ----------
  59. DepthGauge is a control panel that allows rapid switching between
  60. monitor depths settings(e.g. 8-bit color and 24-bit color).
  61.  
  62.  
  63. Fetch(/pub/util)
  64. ----------------
  65. Fetch is a slick utility that allows networked Macs to transfer files
  66. over the Internet using the File Transfer Protocol(FTP). It does
  67. BinHex decoding and file decompression as the files are transferred.
  68.  
  69. Giffer(/pub/image/peograms)
  70. -----------------------
  71. Giffer is a shareware program useful for converting from GIF to Pict
  72. format, and vis-versa.
  73.  
  74. ImageFFT(/pub/image/image_spinoffs)
  75. -----------------------------------
  76. ImageFFT is an extension to NIH Image to support frequency domain (power
  77. spectrum) display and editing. It can do a 512x512 FFT in 18 seconds on a
  78. Mac IIfx.
  79.  
  80. ImageFractal(/pub/image/image_spinoffs)
  81. ---------------------------------------
  82. ImageFractal is a version of Image modified to compute the Fractal Index
  83. of objects by the Richardson Plot or the Tile-amalgamation methods.
  84.  
  85. Image/MG(/pub/image/image_spinoffs)
  86. -----------------------------------
  87. Image/MG is an extension of Image supporting quantitative evaluation
  88. of cerebral blood flow, glucose metabolism, and protein synthesis.
  89.  
  90. NCSA PalEdit(/pub/image/programs)
  91. -----------------------------
  92. NCSA PalEdit is a public domain program from the National Center for
  93. Supercomputing Applications for creating and customizing color palettes.
  94. With PalEdit, you can modify the whole palette or individual entries in the
  95. palette, to create a set of colors tailored to your needs. PalEdit can save
  96. palettes in a format compatible with NIH Image.
  97.  
  98. MockWrite
  99. ---------
  100. MockWrite is a simple DA text editor that is convenient for editing macros
  101. written in Image's Pascal-like macro programming language.
  102.  
  103. Projectionist(/pub/image/programs)
  104. ------------------------------
  105. Projectionist is a utility that allows you to animate stacks created
  106. by Image and saved in PICS format. Because all the frames in the
  107. stack do not need to be loaded into RAM, Projectionist requires
  108. less memory than image. This preliminary version uses the standard
  109. system palette, so stacks created with Image may lose some of
  110. their colors when animated with Projectionist.
  111.