home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / software / unix / utils / img2wrl / image2wr.1l < prev    next >
Text File  |  1995-08-23  |  1KB  |  65 lines

  1.  
  2.  
  3.  
  4. IMAGE2WRL(1VT)               VRML TOOLS                IMAGE2WRL(1VT)
  5.  
  6.  
  7. NAME
  8.      image2wrl  -  convert an SGI image to a wrl grid
  9.  
  10. SYNOPSIS
  11.      image2wrl image.sgi [args]
  12.  
  13. DESCRIPTION
  14.      image2wrl reads an sgi format file and converts the first channel
  15.      into a grid in VRML wrl file format. the grey value of the image is
  16.      translated into the height of each grid point. 
  17.      Source images can be either 1,3 or 4 channel.
  18.  
  19.      An optional zscale will modify the height of the grid.
  20.  
  21.      if the texture option is specified then a 'Texture2' object is
  22.      added to the file.
  23.  
  24.      if no output file is specified, the default is STDOUT
  25.  
  26. OPTIONS
  27.           -z (float)         default is 1.0
  28.           -t texture file    (must be JPEG)
  29.  
  30. EXAMPLES
  31.           image2wrl test.sgi test.wrl
  32.           image2wrl test.sgi  > test.wrl
  33.  
  34. KNOWN BUGS
  35.       The original image resolution will determine the final grid
  36.       size. Thus large images can lead to VERY large wrl files
  37.       use izoom(6D) to reduce the image size first
  38.  
  39. AUTHOR
  40.      Geoff horne
  41.      Sydney VisLab   Aug 1995
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. Sydney VisLab           Last change: Aug 24, 1995                          1
  62.  
  63.  
  64.  
  65.