home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / asg11.zip / README.ENG < prev    next >
Text File  |  1994-05-23  |  4KB  |  116 lines

  1.                 ASG (A)uto(s)tereo(g)ram Generator Version 1.1
  2.              (C) H. Weber / R. Zippel 1994, all rights reserved !
  3.  
  4.  
  5. Terms of usage :
  6.  
  7. ASG produces Autostereograms, pictures that, looked at in the correct way,
  8. appear to be 3-dimensional. This version of ASG can only be used for a few
  9. weeks. If you like to use it after it expired, you can send a self addressed,
  10. stamped envelope containing a formatted 3.5" disk and DM 5,- or US $ 5,- to one
  11. of the addresses mentioned below. We will send you a version of ASG without
  12. restrictions. This may not be copied anymore. We will include executables for
  13. OS/2 and DOS. If you need an executable for e.g. AIX, HPUX, ..., please ask if
  14. it is available (use the e-mail adresses below) before you send us anything.
  15.  
  16. You may copy the original .zip file without any changes. The authors can
  17. in no way be responsible for any damage or loss whatsoever caused by the
  18. use  (or misuse) of ASG.  While reasonable precautions have been taken to 
  19. ensure that ASG performs as specified, the user assumes responsibility for
  20. any damage or loss caused directly or indirectly by use of this software.
  21.  
  22. The executables have been complied using the EMX/GCC compiler for OS/2.
  23. All files (and their sources) belonging to the GNU package are available
  24. via FTP and can be copied according to the GNU public license.
  25.  
  26. Usage :
  27.  
  28. ASG takes a 256 color grayscale PCX and generates an autostereogramm. The PCX
  29. should include a grayscale palette, or the program you create it with has to
  30. really use the PCX header information that is has no palette.
  31.  
  32. You can use random textures or textures that can be read from another PCX. You
  33. can also make black and white pictures with a specified brightness, that can be
  34. printed.
  35.  
  36. The pictures can be just generated, or viewed with a viewer of your choice 
  37. (e.g. PMJPEG, XV, PV, PMVIEW, PAINTBRUSH, ...).
  38.  
  39. Invocation :
  40.  
  41. asg -i infile [-o outfile] [-option1] [-option2] [-option...]
  42.  
  43. possible options :
  44.  
  45. -i <filename>                  Name of the picture with height information
  46. -o <filename>                  Name of the generated picture (no viewer)
  47. -t <filename>                  Name of the texture
  48. -b                             Hi/Lo Byte first conversion
  49. -x <value>                     X-Size of the generated picture
  50. -y <value>                     Y-Size of the generated picture
  51. -s <value>                     Scale of the height information
  52. -d <value>                     Eyedistance
  53. -h <value>                     Brightness in % white (only -t bw)
  54. -v <path>                      Path to the viewer (not with -o)
  55. -m                             Special-Mode (use with textures)
  56. -n                             Inverts height information
  57. -p                             Moves the position of the texture
  58.  
  59. Options you regularly use can be put in a file named asg.ini. It
  60. should contain one option per line, just like this :
  61.  
  62. -v f:\os2\util\pmjpeg
  63. -x 1024
  64. -y 768
  65. -d 110
  66.  
  67. -b has to be used if the hi/lo byte order of the machines the PCX was generated
  68. on and ASG works on differ (e.g. PC <-> RS6000).
  69.  
  70. All other options should explain themselfes.
  71.  
  72.  
  73. ------------------------------------------
  74.  
  75. Read the German .doc for more information.
  76.  
  77. ------------------------------------------
  78.  
  79.  
  80. ---------------------------------------------------------
  81.  
  82. Changes since version 1.0 :
  83.  
  84. 1.1 :
  85.  
  86. Some PCX loaders don't like RLE-coding across line boundaries. ASG doesn't do
  87. so anymore.
  88.  
  89. English documentation and executable added.
  90.  
  91. Option -p added.
  92.  
  93. ---------------------------------------------------------
  94.  
  95. Addresses :
  96.  
  97.  
  98.  
  99. Henning Weber
  100. Kolpingstraße 11
  101.  
  102. 61440 Oberursel / Germany
  103.  
  104. Fido   -> Henning Weber @ 2:244/1142.15
  105. E-mail -> weber@math.uni-frankfurt.de
  106.  
  107. ------------------
  108.  
  109. Robert Zippel
  110. Badenerstraße 2
  111.  
  112. 65824 Schwalbach / Germany
  113.  
  114. Fido   -> Robert Zippel @ 2:244/1142 oder 2:244/1143 (F'n'C)
  115. E-Mail -> zippel@geophysik(oder informatik).uni-frankfurt.de
  116.