How to use 'img2db' program on Nikon Computer


1. Open a MS-DOS command terminal:

   1) Click 'Start' on the left corner

   2) Click 'Run'

   3) Type 'cmd', Click OK.

   
2. In the terminal, go to the directory where your images exist.
   for example, if images are at c:\liwei\test, do

   cd c:\liwei\test

   
3. run img2db like:

       python c:\img2db\img2db [options]  file1.tiff file2.tiff ...
   or
       python c:\img2db\img2db [options] *.tiff


       where options are:
   
          -a: averagefactor; default = 1.0
          -b: brightness; default = 0.0
          -c: contrast; default = 0.0
          -e: exposuretime; default = 0.0
          -g: gain; default = 0.0
          -s: scanstep; default = 6.35
	  
