home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / image / pfinish / disk2 / handscan.do_ / handscan.bin
Encoding:
Text File  |  1992-06-23  |  5.6 KB  |  125 lines

  1. Hand Scanners
  2. =============
  3.  
  4. If you are using a hand scanner, memory requirements, scanning speed, and 
  5. scanner option settings are especially important.  Be sure to read the 
  6. following before you begin to scan.
  7.  
  8. Memory Requirements
  9. ===================
  10.  
  11. Hand scanners are very memory dependent.  Some *.SYS ZSoft scanner device 
  12. drivers use any available EMS memory.  The newer *.EXE scanner drivers do 
  13. not use EMS, however, they do allow you to set the buffer size as needed.
  14.  
  15. If you have EMS, make sure the EMS entry in your CONFIG.SYS comes before 
  16. the scanner driver entry.
  17.  
  18. If you don't have EMS, the driver will use the available DOS memory to 
  19. scan.  When the disk is accessed, however, scan lines can be lost, 
  20. resulting in gaps in the image.
  21.  
  22. If your hand scanner scans only in black and white, you should run PC 
  23. Paintbrush in a two-color mode while you are scanning to save 
  24. memory.  Run PBSETUP.EXE and chose an appropriate two-color mode to scan 
  25. with.  Remember that you can always open your picture files in a color mode 
  26. later.
  27.  
  28. If you are low on memory or don't have EMS, you may have to reduce the size 
  29. of your scan.  To calculate the memory required to scan a picture, use this 
  30. formula:
  31.  
  32. (dpi x scan width) x (dpi x scan length) x color depth, where color depth 
  33. is 1/8 for black and white, 1 for 256 color or 256 gray scale, and 3 for 24 
  34. bit. 
  35.  
  36. Using this formula, a 200 dpi black and white scan, 4 inches wide and 3 
  37. inches long requires 60000 bytes or 60K.
  38.  
  39. There are two error messages that may appear if you are running out of 
  40. memory.  With only DOS memory and no EMS, the program may display an "Image 
  41. Too Big" message.  If there is not enough EMS, a "Scan Open Error," will be 
  42. displayed.  In either case, try scanning a smaller area or switch to a 
  43. lower resolution.
  44.  
  45. Some *.EXE scanner drivers use a buffer to transfer scan data.  The default 
  46. size of the buffer is 8K.  As you scan, the buffer begins filling with 
  47. data, and the program removes the data from the buffer.  If you scan too 
  48. fast, the buffer may become full and you hear a beep.
  49.  
  50. You can increase the size of the buffer by using the /B switch in your 
  51. device= statement in your CONFIG.SYS.  For example, to increase the buffer 
  52. to 16K, add /B16 to your CONFIG.SYS statement.  If you do not have enough 
  53. memory to increase the size of the buffer, scan more slowly or at a lower 
  54. resolution.
  55.  
  56. If you are using 386MAX Version 4.06 or earlier, it may be impossible to 
  57. use the scanner.  This is not a problem with Version 4.07.
  58.  
  59. Scanning Speed
  60. ==============
  61.  
  62. The quality of a hand scanned image depends on the speed at which you move 
  63. the scanner.  A steady, slow movement over the picture is recommended for 
  64. the best results. 
  65.  
  66. The higher the resolution, the more slowly you should scan.  If you scan 
  67. too quickly, the computer cannot keep up, the image is vertically flattened 
  68. or has horizontal lines in it, and the distance actually scanned is more 
  69. than that chosen in the dialog box.
  70.  
  71. In general, your scanning speed should be one second per 100 dpi per inch.  
  72. For example, if you are scanning at 300 dpi, you should scan no faster than 
  73. 3 seconds per inch.  If you are very low on memory, you should scan even 
  74. more slowly.
  75.  
  76. Option Settings
  77. ===============
  78.  
  79. Scanner drivers with .SYS extensions do not use interrupts.  Scanner 
  80. drivers with .EXE extensions do use interrupts.  The driver must be set up 
  81. so that there are no conflicts with other hardware on your system.  Read 
  82. the .DOC file that was copied to your hard drive during installation for 
  83. more information (The first part of this file's name is the same as your 
  84. scanner driver's name).  You should also read the REV6.DOC file that was 
  85. copied to your hard drive if your driver is an *.EXE driver.
  86.  
  87. With some hand scanners, you cannot adjust contrast, brightness and 
  88. halftone in the program.  You select these options if your scanner supports 
  89. them on the hand scanner itself.
  90.  
  91. The options you select in the program must match the options you 
  92. select on the hand scanner.  For example, the resolution you choose in 
  93. the program must match the resolution you set on the hand scanner itself.  
  94. If you want to scan at 100 dpi, you must set the scanner to that resolution 
  95. and type in 100 dpi in the options dialog box as well.  Mismatch of 
  96. resolutions can severely distort a hand scanned image.
  97.  
  98. Image width is limited by the size of the scanner.  If the margins you 
  99. select are wider than the width of the scanner, the scanned image is 
  100. "clipped" to the maximum scanner width.
  101.  
  102. Image length is limited to available memory.  Hand scanner drivers allow a 
  103. maximum of fourteen (14) inches for a scan.
  104.  
  105. Top margins may be set, but it is not necessary.  The program assumes that 
  106. the hand scanner will be placed at the top of the area to scan.  The bottom 
  107. margin is very important because this determines the scan length.
  108.  
  109. The program initializes the scanner when you choose the appropriate scan
  110. command.  If the driver is not present, you receive a "Scanner Not 
  111. Available" message.  Check your CONFIG.SYS file to make sure the device 
  112. driver is in your CONFIG.SYS and remember to reboot after you make changes 
  113. to CONFIG.SYS.
  114.  
  115. Some hand scanners have a light that turns on briefly when you choose the 
  116. File Scan Image.  This lets you know the scanner is properly installed at 
  117. the right port address.
  118.  
  119. To confirm that you have correctly set up the hand scanner driver, look at 
  120. Statistics on the Help menu.
  121.  
  122. NOTE: While scanning, you will not see the image appear on the screen until 
  123. you have completed scanning.
  124.  
  125.