home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netpbma.zip / README.CONFOCAL < prev    next >
Text File  |  1993-10-04  |  2KB  |  71 lines

  1. Additions to the PbmPlus package.
  2.  
  3. This enhanced version of the PbmPlus package supports reading of files
  4. from three different confocal scanners, the Molecular Dynamics (Sarastro),
  5. the Biorad and the Zeiss. The package can convert from any of these images
  6. to the pbm format, from which it can produce gif, tiff, x11 dumps, mac paint,
  7. etc. In order to convert from a confocal image format, use the following
  8. commands:
  9.  
  10. * Molecular Dynamics (Sarastro) and Leica:
  11.  
  12.   rawtopgm -tb [file] > outfile.pgm
  13.  
  14.   For more information, give the command "man rawtopgm"
  15.  
  16. * Biorad
  17.  
  18.   bioradtopgm [-image#] [file] > outfile.pgm
  19.  
  20.   For more information, give the command "man bioradtopgm"
  21.  
  22. * Zeiss (old format)
  23.  
  24.   zeisstopnm [-pgm|-ppm] [file] > outfile.pnm
  25.  
  26.   For more information, give the command "man zeisstopnm"
  27.  
  28. * Zeiss (new format)
  29.  
  30.   tifftopnm [file] > outfile.pnm
  31.  
  32. I have tested the programs on one Zeiss file (old format) and on one
  33. Biorad file. There probably remain some bugs to be fixed. Please report
  34. them to me when you encounter them (email:oliver@fysik4.kth.se).
  35.  
  36. I have compiled and installed the PbmPlus package on the following machines:
  37. * Silicon graphics (Personal Iris) with gcc 2.4.0
  38. * Sun386i with gcc 2.4.0
  39.  
  40. BUGS
  41.  
  42. The libtiff part can be tricky to compile. On an sgi I managed to use
  43. gcc. On a sun386i, I had to compile tif_dir.c, tif_error.c and tif_warning.c
  44. with cc instead. The rest of the files could be compiled with gcc.
  45.  
  46. On the sun386i, the pgmtexture.c file would not compile with gcc -O.
  47. It worked fine without the optimization flag. Probably a bug in gcc.
  48.  
  49.  
  50.  
  51. From the README file:
  52.  
  53. COPYRIGHTS
  54.  
  55. All the software in this package, whether by me or by a contributer,
  56. has a copyright similar to this one:
  57.  
  58.     Permission to use, copy, modify, and distribute this software and its
  59.     documentation for any purpose and without fee is hereby granted, provided
  60.     that the above copyright notice appear in all copies and that both that
  61.     copyright notice and this permission notice appear in supporting
  62.     documentation.  This software is provided "as is" without express or
  63.     implied warranty.
  64.  
  65. Many people get confused by this legalese, especially the part about
  66. "without fee".  Does this mean you can't charge for any product that
  67. uses PBMPLUS?  No.  All it means is that you don't have to pay me.
  68. You can do what you want with this software.  Build it into your
  69. package, steal code from it, whatever.  Just be sure to let people
  70. know where it came from.
  71.