home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Shareware / Drivers / VueScan.sea / VueScan / vuescan.txt < prev    next >
Encoding:
Text File  |  2001-09-01  |  11.6 KB  |  389 lines  |  [TEXT/ttxt]

  1. Hamrick Software - http://www.hamrick.com/
  2. VueScan 7.1.12 Release Notes
  3. September 1, 2001
  4.  
  5. Quick Start for VueScan:
  6.  
  7.   To scan an image:
  8.  
  9.     1) Double-click c:\vuescan\vuescan.exe on Windows
  10.        or run vuescan on Linux or Mac OS
  11.     2) Insert image into scanner
  12.     3) Press "Preview" button
  13.     4) Adjust crop box
  14.     5) Press "Scan" button
  15.  
  16.   To scan multiple images in a batch, set the
  17.   "Device|Frame numbers" option to "1-6" and then
  18.   press the "Scan" button.
  19.  
  20.   For more information, choose "Help|Contents",
  21.   or on Mac OS and Linux, go to the html directory and
  22.   view vuescan_contents.html with your web browser.
  23.  
  24. Running Windows version of VueScan:
  25.  
  26.   Double-click \vuescan\vuescan.exe to run.  Close the
  27.   window to exit.
  28.  
  29.   If your scanner has a button on the front and
  30.   if a program starts up when you press this button
  31.   while running VueScan, you have a program running
  32.   in the background that you need to stop. To stop
  33.   this program, press control-alt-delete, choose the
  34.   task manager and use it to stop this program. One
  35.   example of this is the Epson Status Monitor.
  36.  
  37.   VueScan works on Windows 95/98/ME/NT/2K, and works with
  38.   all known SCSI cards.  It also works fine with
  39.   multiple computers on a single SCSI bus (i.e. dual
  40.   ported access to scanners).
  41.  
  42.   If VueScan doesn't find your SCSI scanner, check that you
  43.   have ASPI installed.  If not, there's a link to where
  44.   you can download it on http://www.hamrick.com/vsm.html
  45.  
  46.   If VueScan won't start and you have Logitech MouseWare
  47.   or a Logitech keyboard installed, try stopping
  48.   EM_EXEC.EXE and/or ITOUCH.EXE.  There have been some
  49.   reports of these two programs causing problems with
  50.   VueScan.  (These two Logitech programs cause problems
  51.   for many other Windows programs as well.)  Alternatively,
  52.   try turning off the "Smart Move" option in MouseWare.
  53.  
  54. Running Mac OS 8/9 version of VueScan:
  55.  
  56.   VueScan supports the same USB scanners on Mac OS
  57.   as Windows (except for the HP S20).
  58.  
  59.   If your scanner has a button on the front and
  60.   if a program starts up when you press this button
  61.   while running VueScan, you need to disable this
  62.   behavior to get VueScan to work properly.
  63.   To disable button polling on Epson scanners,
  64.   use "Epson Scanner Monitor Setup" in the Apple
  65.   menu (uncheck "Enable monitoring").
  66.  
  67.   The file type and file creator for the .tif,
  68.   .jpg, and .bmp files are determined by the
  69.   settings in the "File Exchange" control panel
  70.   on Mac OS 8/9.
  71.  
  72.   Several users have reported problems with some
  73.   versions of the Kaleidoscope extension on
  74.   Mac OS 8/9.  Removing this extension will
  75.   solve the problem.
  76.  
  77.   You may need to disconnect the USBXpress
  78.   USB to SCSI adapter before running VueScan.
  79.  
  80.   Note that the volume name and folder names used
  81.   by VueScan can't have either a forward slash (/)
  82.   or a backslash (\).
  83.  
  84. Running Mac OS X version of VueScan:
  85.  
  86.   Use the VueScanX executable on Mac OS X.
  87.  
  88.   You may need to turn off the Classic mode if you've
  89.   loaded the vendor's scanner software in Classic mode
  90.   and if this software is polling the scanner's buttons
  91.  
  92.   If Mac OS X crashes when you exit VueScan, you may
  93.   need to load newer Adaptec SCSI drivers (most SCSI
  94.   adapters in Macs are built by Adaptec).  You can
  95.   download these SCSI drivers from:
  96.  
  97.     http://www.apple.com/downloads/macosx/drivers/
  98.  
  99. Running Linux version of VueScan:
  100.  
  101.   On Linux, run vuescan from any directory.  vuescan.ini
  102.   (in the same directory as the vuescan executable) will
  103.   contain the current options, including the serial number.
  104.  
  105.   You need to make sure all of the /dev/sg* devices are
  106.   read/write   accessible.  To see what scanners are available,
  107.   type "cat /proc/scsi/scsi".
  108.  
  109.   Note that the Adaptec AVA-1505 SCSI card doesn't
  110.   work with a Nikon film scanner, and will cause a
  111.   hard bus hang if you use VueScan with it.  This
  112.   is due to a bug in the aha152x driver.  Another bug
  113.   in this driver causes junk to be appended to the
  114.   end of a raw scan when using the PhotoSmart.  Other
  115.   SCSI cards seem to work fine with VueScan on Linux.
  116.  
  117.   There have also been problems reported with the
  118.   Adaptec AVA-2904E and the Canon FS2710, although
  119.   this combination works fine on Windows.
  120.  
  121.   If you want to add or remove scsi devices without
  122.   rebooting your system, use the following commands:
  123.  
  124.   echo "scsi add-single-device 0 0 ? 0" > /proc/scsi/scsi 
  125.   echo "scsi remove-single-device 0 0 ? 0" > /proc/scsi/scsi
  126.  
  127.   (use the SCSI ID in place of "?" above)
  128.  
  129.   To use USB scanners on Linux, set up the SCANNER0
  130.   environment variable to point to /dev/usbscanner (it
  131.   needs to be read/write accessible), set up
  132.   the SCANVID0 environment variable with the USB Vendor
  133.   ID (VID) and set up the SCANPID0 environment variable
  134.   with the USB Product ID (PID).  You can support up to
  135.   8 USB scanners at a time by using SCANNER1, SCANNER2,
  136.   SCANVID1, SCANVID2, etc.  Some VID/PID pairs for
  137.   scanners that VueScan supports are:
  138.  
  139.     VID  PID  Scanner
  140.     ---- ---- ---------------------------
  141.     03f0 0101 HP 4100
  142.     03f0 0201 HP 6200
  143.     03f0 0401 HP 5200
  144.     03f0 0601 HP 6300
  145.     04a5 any  Acer scanners
  146.     04b0 4000 Nikon CoolScan IV (LS-40)
  147.     04b8 0101 Epson Perfection 636    (GT-7000)
  148.     04b8 0102 Epson GT-2200           (GT-2200)
  149.     04b8 0103 Epson Perfection 610    (GT-6600)
  150.     04b8 0104 Epson Perfection 1200   (GT-7600)
  151.     04b8 0105 Epson StylusScan 2000
  152.     04b8 0106 Epson StylusScan 2500   (CC-700 )
  153.     04b8 0107 Epson Expression 1600   (ES-2000)
  154.     04b8 0109 Epson Expression 1640XL (ES-8500)
  155.     04b8 010a Epson Perfection 1640   (GT-8700)
  156.     04b8 010b Epson Perfection 1240   (GT-7700)
  157.     04b8 010c Epson Perfection 640    (GT-6700)
  158.     04b8 010e Epson Expression 1680   (ES-2200)
  159.     04b8 010f Epson Perfection 1250   (GT-7200)
  160.     04b8 0110 Epson Perfection 1650   (GT-8200)
  161.     04b8 0111 Epson Perfection 2450   (GT-9700)
  162.     06bd 2061 AGFA SnapScan 1212U
  163.     06bd 0100 AGFA SnapScan Touch (not supported)
  164.     06bd any  other AGFA scanners
  165.  
  166.   For instance, to set up VueScan for the Epson 640, use
  167.   the following commands if you're using csh:
  168.  
  169.     setenv SCANNER0 /dev/usbscanner
  170.     setenv SCANVID0 04b8
  171.     setenv SCANPID0 010c
  172.  
  173.   or if you're using sh or bash:
  174.  
  175.     export SCANNER0="/dev/usbscanner"
  176.     export SCANVID0="04b8"
  177.     export SCANPID0="010c"
  178.  
  179.   For more help setting up a USB scanner on Linux, see
  180.   the SANE pages on http://www.mostang.com/sane/
  181.   To use the Minolta Scan Dual II, HP 5300 or
  182.   HP 7400 scanners on Linux, you'll need to use a
  183.   SCSI->USB driver that's still under development
  184.   by a member of the SANE project.
  185.  
  186. Installing:
  187.  
  188.   The Windows install of VueScan creates six files:
  189.  
  190.   \vuescan\vuescan.exe - the actual program
  191.   \vuescan\vuescan.ini - the initialization file
  192.   \vuescan\vuescan.txt - the release notes (this file)
  193.   \vuescan\vuescan.hlp - the help file
  194.   \vuescan\vuescan.cnt - the help file contents
  195.   \vuescan\vuescan.dat - the film data
  196.  
  197.   The Linux install of VueScan creates:
  198.  
  199.   vuescan        - the actual program
  200.   vuescan_static - static linked version of VueScan
  201.   vuescan.txt    - the release notes (this file)
  202.   vuescan.dat    - the film data
  203.   html/*.html    - the help files
  204.  
  205.   The Macintosh install of VueScan creates:
  206.  
  207.   VueScan     - for Mac OS 8/9
  208.   VueScanX    - for Mac OS X
  209.   vuescan.txt - the release notes (this file)
  210.   vuescan.dat - the film data
  211.   html:*.html - the help files
  212.  
  213. You need to have vuescan.dat in the same directory
  214. as the executable program to correct for film types.
  215.  
  216. Purchasing and redistribution:
  217.  
  218.   You need to purchase a $40 license to use
  219.   VueScan without the diagonal-line watermark.
  220.  
  221.   The latest version of VueScan can be downloaded
  222.   and purchased from:
  223.  
  224.     http://www.hamrick.com/
  225.  
  226.   There are no restrictions on the redistribution of the
  227.   shareware version of VueScan.
  228.  
  229. What's new in version 7.1.12
  230.  
  231.   * Added splash screen on startup (Windows and Linux)
  232.  
  233.   * Added support for Epson Perfection 1250, 1650 and 2450
  234.  
  235.   * Added support for Epson GT-2200
  236.  
  237.   * Added preliminary support for additional Canon flatbeds
  238.  
  239.   * Added support for negative "Device|Frame offset (mm)" values
  240.  
  241.   * Fixed problem with changed disk file name not updating the
  242.     visibility of "Filter|Infrared clean"
  243.  
  244. What's new in version 7.1.11
  245.  
  246.   * Added support for Nikon LS-8000 (Windows and Mac OS X 10.1)
  247.  
  248.   * Fixed problem with image smearing on Canon FS4000
  249.  
  250.   * Fixed problem with "Device|Bits per pixel" being ignored
  251.  
  252. What's new in version 7.1.10
  253.  
  254.   * Fixed problem scanning negatives with FS2710
  255.  
  256.   * If infrared cleaning enabled, use 64-bit RGBI
  257.  
  258.   * Unregistered version doesn't output raw scan files
  259.  
  260. What's new in version 7.1.9
  261.  
  262.   * Fixed problem with scanning frame 6 on FS4000
  263.  
  264.   * Added preliminary support for some Canon
  265.     flatbed scanners (FB-series and D-series)
  266.  
  267. What's new in version 7.1.8
  268.  
  269.   * Added support for Canon FS4000
  270.  
  271.   * Improved support for Canon FS2700 and FS2710
  272.  
  273.   * Added support for FireWire scanners on Mac OS X 10.1
  274.  
  275.   * Added support for FireWire->SCSI converters on Mac OS 10.1
  276.  
  277.   * Changing "Filter|Infrared clean" changes "Device|Bits per pixel"
  278.  
  279. What's new in version 7.1.7
  280.  
  281.   * Improved white balance algorithm in scenes with
  282.     unnatural lighting or colors (i.e. sunsets or
  283.     scenes with mostly bright colored flowers)
  284.  
  285.   * Improved color when scanning negatives on
  286.     SprintScan 4000
  287.  
  288.   * Fixed problem with raw scan files from LS-4000 having
  289.     only 12-bit data (now writes 14-bit data)
  290.  
  291.   * Added support for Epson StylusScan 2000 and 2500
  292.  
  293.   * Fixed problem with VueScan when an Acer-manufactured
  294.     USB mouse or keyboard is connected
  295.  
  296.   * Fixed problem with HP scanners when ADF connected
  297.  
  298.   * Improved HP 7400C calibration when dust on calibration
  299.     target
  300.  
  301. What's new in version 7.1.6
  302.  
  303.   * Fixed problem with SprintScan 35+ on Windows
  304.  
  305.   * Fixed problem with SprintScan 45 with negatives
  306.  
  307.   * Fixed problem with QuickScan 35 black point
  308.  
  309.   * Increased precision of infrared dust removal
  310.     from 12 bits to 14 bits (for Nikon LS-4000)
  311.  
  312. What's new in version 7.1.5
  313.  
  314.   * Added support for Acer 640UT transparency adapter
  315.  
  316.   * Added color correction for SprintScan 45
  317.  
  318.   * Added support for auto document feeder on
  319.     older HP scanners
  320.  
  321.   * Enabled host calibration of newer Microtek
  322.     scanners only for X12USL
  323.  
  324.   * Fixed problem with timeouts on HP 5370C
  325.  
  326. What's new in version 7.1.4
  327.  
  328.   * Improved color fidelity when scanning film
  329.  
  330.   * Fixed problem with Microtek ScanMaker V
  331.  
  332.   * Fixed problem with using Nikon scanners with
  333.     Orange Micro FireWire->SCSI converter on Mac OS 9.1
  334.  
  335.   * Added support for UMAX 600S scanner
  336.  
  337. What's new in version 7.1.3
  338.  
  339.   * Improved color fidelity when scanning film
  340.  
  341.   * Added support for Storm ScanPRO IIe (OEM version
  342.     of UMAX PowerLook II)
  343.  
  344.   * Reduced clipping in dark parts of scan on Minolta
  345.     Scan Elite
  346.  
  347.   * Fixed calibration problem on some Microtek scanners
  348.  
  349.   * Improved scsi support on Linux 2.4
  350.  
  351.   * Added fix for SprintScan 35 problem
  352.  
  353. What's new in version 7.1.2
  354.  
  355.   * Improved color and tone when scanning negatives
  356.  
  357. What's new in version 7.1.1
  358.  
  359.   * Fixed problem with infrared cleaning when border
  360.     included in scan
  361.  
  362.   * Added support for calibration on Microtek scanners
  363.  
  364.   * Fixed problem with writing log file on Mac OS X
  365.  
  366. What's new in version 7.1
  367.  
  368.   * Improved infrared cleaning to work with larger
  369.     dust spots
  370.  
  371.   * Added separate options for infrared cleaning and
  372.     grain reduction
  373.  
  374.   * Fixed problem with index files when width or margin
  375.     an odd number
  376.  
  377.   * Fixed problem with calibration on some Microtek scanners
  378.  
  379.   * Fixed problem with crash when exiting VueScan while
  380.     film holder being ejected
  381.  
  382.   * Fixed problem with beep not working on some versions
  383.     of windows
  384.  
  385.   * Made memory allocation more robust on Linux and Mac OS X
  386.     when not enough contiguous space in page file
  387.  
  388.   * Built Linux version using Red Hat Linux 7.1
  389.