README
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. Building these GLUT programs requires Sam Leffler's free TIFF library
  2. (libtiff).  You can find out about libtiff from:
  3.   http://www.sgi.com/Fun/tiff/tiff-v3.4beta018/html/index.html
  4. The libtiff source code distribution can be downloaded from:
  5.   ftp://ftp.sgi.com/graphics/tiff/
  6. You can get a copy of the TIFF 6.0 specification (PostScript or
  7. Acrobat) from:
  8.   ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.Z
  9.   ftp://ftp.adobe.com/pub/adobe/DeveloperSupport/TechNotes/PDFfiles/TIFF6.pdf
  10. NOTE:  SGI developers with the ImageVision development option installed
  11. already have libtiff available if they have ifl_eoe.sw.c++ and
  12. ifl_dev.sw.c++ installed.
  13. Here's a brief description of the programs in this directory:
  14.   showtiff.c - A simple TIFF viewer that uses glDrawPixels.  Use the
  15.      pop-up menu to select between several different image processing
  16.      operations (some of these assume you have OpenGL imaging
  17.      extensions).
  18.   writetiff.c - An example writing out an OpenGL rendered image as a
  19.      TIFF file.  Several compression schemes can be selected.  Use the
  20.      pop-up menu to write the file.  You can view the resulting
  21.      gears.tif with the showtiff program.
  22.   textiff.c - A TIFF viewer that renders the TIFF image via texturing
  23.      so that the image can be rotated.  Use the left and right arrow
  24.      keys to rotate the image.
  25.   depthdof.c - A sophisticated OpenGL image processing-based technique
  26.      developed by Jon Brandt (SGI) that simulates a depth-of-field
  27.      effect using a depth-varying convolve.  When you click on a point
  28.      in the scene, the focus point is set to that depth.  Objects at
  29.      the same depth should appear clear; object further or nearer
  30.      should be blurred.  This program requires the OpenGL convolution
  31.      extension.
  32. An example TIFF file "face.tif" (a picture of me) is included as an
  33. example TIFF file to play with.
  34. - Mark Kilgard
  35.   April 14, 1997