home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Pro / 3d / DKBTrace.lha / DKBTrace / dkbutdoc.lzh / combdump.doc < prev    next >
Text File  |  1991-06-08  |  3KB  |  71 lines

  1. combinedump                                                       combinedump
  2.  
  3. NAME
  4.         combinedump
  5.  
  6. SYNOPSIS
  7.         combinedump [-l<lcol>] [-r<rcol>] [-c<compensations>] <lfile> <rfile>
  8.                     <outputfile>
  9.  
  10. DESCRIPTION
  11.         Combinedump combines two DKB/QRT dump format 24 bit picture files to
  12.         one 3D stereopicture for red-green or red-blue 3D-glasses.
  13.  
  14. OPTIONS
  15.         -l      Colour for left eye, '-lr', '-lg' or '-lb' for red, green or
  16.                 blue. Default is red.
  17.  
  18.         -r      Like '-l' but for right eye. Default is green.
  19.  
  20.         -c      Compensation values. If your monitor's red is visible
  21.                 trough your green glass. You can give a compensation value
  22.                 to be added to green colour if there is no red.
  23.  
  24.                 There are 4 different compensation values, top left, top
  25.                 right, bottom left and bottom right. You can find out the
  26.                 right values by any painting program:
  27.  
  28.                 Use a black background and draw a red and green box (if your
  29.                 3D-glasses are red-green ones). Now if you can see the red
  30.                 box trough the green glass, add some green colour to the
  31.                 background until the box is as invisible as possible.
  32.                 The amount of green colour added (in the scale of 0 to 255)
  33.                 is now the bottom right compensation. (if the green colour
  34.                 was on the right hand side in your glasses).
  35.  
  36.                 Then if you can see the green box trough red glass, add red
  37.                 to the background to get the bottom left compensation.
  38.  
  39.                 Now, change your background colour to yellow (full green and
  40.                 full red). If you can see the green box through the green
  41.                 glass, remove some green from background until green is
  42.                 invisible. The amount removed is now the top right
  43.                 compensation.
  44.  
  45.                 You can get the top left compensation in a similiar way.
  46.  
  47.                 To give the compensation values to program, add them after
  48.                 '-c' switch separated by 't', 'b', 'l' and 'r' characters.
  49.  
  50.                 For example the default values can be given by following
  51.                 combination:
  52.  
  53.                 -ctl34r0bl85r51
  54.  
  55. INPUTS
  56.         Two pictures, one for left and one for right eye in DKBTrace's dump
  57.         format. When creating pictures, use same object descriptions, but
  58.         slightly different viewpoint.
  59.  
  60. OUTPUTS
  61.         Combined picture created by gray-scaling input pictures and
  62.         combining them with different colours. File is written to standard
  63.         output, so it's better to redirect somewhere.
  64.  
  65. Comments and bug reports to:
  66.  
  67.         Ville Saari                     vsaari@niksula.hut.fi
  68.         PL 10
  69.         00210 Helsinki
  70.         FINLAND
  71.