home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3512 / README < prev   
Encoding:
Text File  |  1991-06-20  |  2.8 KB  |  65 lines

  1.  
  2. This is version 1.4 of the scantool program. It can interface to a Microtek
  3. MS300A scanner, scan the document, and turn the image into a Sun rasterfile,
  4. which can be read by dtp programs such as Frame Maker.
  5.  
  6. Permission is given to distribute these sources, as long as the copyright
  7. notices are not removed, and no monies are exchanged.
  8.  
  9. Fixes and improvements in version 1.4 include:
  10.  
  11.   +Fixed the exhaustion of file descriptors problem.
  12.   +All values from the Grain and Resolution menus are now selectable.
  13.   +All scans now produce valid scanning frames.
  14.   +Compressed scans now fully work.
  15.   +Format of the rasterfiles has been changed from RT_OLD to RT_STANDARD.
  16.   +Show option has been added.
  17.   +The RETURN key is now also valid for the confirm popup.
  18.   +Window resizing is prevented.
  19.   +Graphics code has been isolated and program has been generally tidyed up.
  20.   +Support for SunOS v3.x and SunOS v4.x
  21.   +The scanning operation has been separated out into a second program.
  22.   +Inclusion of an XView graphics driver.
  23.  
  24. The software is now divided into two programs; scantool a frontend window
  25. based program for setting the scanning options, and scan, the program that
  26. will actually perform the scan. It should also be possible to run this
  27. scan program on it's own, but there are several command line options to
  28. setup, so it's probably easier through scantool.
  29.  
  30. **IMPORTANT NOTE**
  31.  
  32. I no longer have access to a Microtek MS300A scanner. If you find problems
  33. in this area, then you are on your own. I will be very happy to incorporate
  34. any fixes you make, so other people can enjoy them as well.
  35.  
  36. Installation.
  37. -------------
  38.  
  39. Firstly you should look at the beginning of the Makefile to see if you need
  40. to tweak any of the initial definitions there. If you are generating a SunView
  41. version under SunOS v4.0.x, then this is unlikely.
  42.  
  43. Next you either select "make sunview" or "make xview", to generate the
  44. version you require. This should be followed by a "make install" and a
  45. "make clean".
  46.  
  47. The program currently assumes the scanner is attached to the Sun's A or B
  48. RS232 port. A serial cable will be needed to run between the scanner and the
  49. Sun. I have used the following setup in the past:
  50.  
  51.          MS-300A                           SUN
  52.       ------------                     ----------
  53.     Pin No.    Name      Direction     Pin No.    Name
  54.    ---------  ------  --------------  ---------  ------
  55.        2       TXD    Scanner to Sun      3       RXD
  56.        3       RXD    Sun to scanner      2       TXD
  57.        7       GND        ---             7       GND
  58.  
  59. Suggestions for furthur improvement would be most welcome, plus bugs,
  60. comments and flames.
  61.  
  62. Rich Burridge,          DOMAIN: richb@Aus.Sun.COM
  63. PHONE: +61 2 413 2666   ACSNET: richb@sunaus.sun.oz
  64.                         UUCP:   {uunet,mcvax,ukc}!munnari!sunaus.oz!richb
  65.