home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / BeOS / SystŠme / datatypes / JX100Input.txt < prev    next >
Text File  |  1997-09-10  |  3KB  |  70 lines

  1.          File: JX100Input.zip
  2.        Author: Edmund Vermeulen <edmundv@xs4all.nl>
  3.       Release: 1.0.0 (July 25th, 1997)
  4. Compatibility: PR
  5.      Location: contrib/libraries
  6.   Description: Sharp JX-100 colour scanner input handler.
  7.         Notes: Capture handler for datatypes library. Freeware.
  8.  
  9.  
  10. JX100Input is a capture handler for the datatypes library by Jon
  11. Watte. It allows you to make colour scans with a Sharp JX-100 serial
  12. scanner from within any application that supports the data capture
  13. interface of the datatypes library (e.g. DTPicView).
  14.  
  15.  
  16. Features
  17.  
  18.  - Support for both DATA_BITMAP and DATA_MEDIA output formats.
  19.  - DATA_MEDIA lets the user see the scan process in real time.
  20.  - Config view lets the user enter the serial port name.
  21.  - Capture view can display a (grayscale) preview scan.
  22.  - User can select the area and resolution to scan.
  23.  
  24.  
  25. Installation
  26.  
  27. Install it by copying the file 'JX100Input' to the directory
  28. '/boot/home/config/add-ons/Datatypes'. You must have version 1.6.3
  29. (or higher) of libdatatypes.so installed in '/boot/home/config/lib'
  30. to be able to use it.
  31.  
  32.  
  33. Usage
  34.  
  35. First you need to enter the serial port name where the Sharp JX-100
  36. is connected. The scanner is driven at 115200 bps, so you need a
  37. serial port that supports that. On the BeBox you should use either
  38. 'serial1' or 'serial2'. 'serial2' is the default.
  39.  
  40. When the capture view is displayed, you will notice the large preview
  41. area. This allows you to select the exact area that you want to scan.
  42. Press the 'Scan Preview' button to display a grayscale preview. You
  43. can set the scan area by entering the preferred values by hand, or
  44. by simply adjusting the red selection rectangle with the mouse.
  45.  
  46. Once you have set the correct scan area and DPI resolution, you can
  47. press the 'Start Scan' button. This will start the actual capture
  48. process that delivers bitmap data to the application that is running
  49. JX100Input. When the scanning process is in progress, you may abort
  50. it by pressing the 'Stop Scan' button. This may take a while.
  51.  
  52.  
  53. Tips 
  54.  
  55. In DTPicView, switch on the setting 'Media Stream First' before
  56. starting the capture. That way, you will be able to watch the scan
  57. as it takes place. You can then see the separate colour components
  58. coming in to build the final image. Really neat. Also, you will
  59. probably want to switch on the 'No Dithering' option on 8-bit
  60. screens. Otherwise you will lose the original 32-bit data. DTPicView
  61. also has an option to make the image brighter through gamma
  62. correction. This is often necessary when the scan is a bit dark.
  63.  
  64.  
  65. History
  66.  
  67. Release 1.0.0 (July 25th, 1997):
  68.  
  69.  - First public release.
  70.