loadlum.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* texture.h - by David Blythe, SGI */
  2. /* Simple SGI .bw image file loader routine. */
  3. extern unsigned char * load_luminance(
  4.   char *name,
  5.   int *width,
  6.   int *height,
  7.   int *components);