home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume14 / rast / README < prev    next >
Encoding:
Text File  |  1988-05-08  |  875 b   |  29 lines

  1. This package contains a library of routines for reading and writing
  2. SUN rasterfiles in a pixel-at-a-time manner.  The routines maintain
  3. a data structure called a RASTER, which contains all the usual file
  4. header information from a rasterfile, along with a file pointer and
  5. a memory cache of a single line (row) of the rasterfile.
  6.  
  7. Bit stuffing and unpacking is accomplished with pixrect operations,
  8. which are about as fast as possible.
  9.  
  10. Manifest:
  11.  
  12. rast.h   - header file to include
  13. rast.c   - library source
  14. rast.3   - manual entry
  15. rdemo.c  - demo program
  16. rsee.c   - program to print rasterfile headers
  17. Makefile - to compile it all
  18.  
  19. Note that, since the library pixrect operations, you must include
  20. -lpixrect in any programs which use the library.
  21.  
  22. ---
  23. Marc Majka  -  UBC Laboratory for Computational Vision
  24.  
  25. <majka@vision.ubc.cdn>
  26. <majka@ubc.bitnet>
  27. <majka@ubc-vision.uucp>
  28.  
  29.