libimage.a : the original IRIS image library

TOP | Up | Pheedbak | Download | Tree | Topic | A-Z | Search | Hot | New


The following list represents the modules comprising libimage.a
Following the list are each module's header files and exported functions.
 GO  TO        GO TO headers/exports description (below in this document)
  FILE

close.c:   image close and flush
filbuf.c:  support for getpix
flsbuf.c:  support for putpix
name.c:    name and colormap tag support
open.c:    open an image file for reading and writing
pix.c:     getpix and putpix
rdwr.c:    low-level writing and reading routines
rle.c:     run-length encoding support
row.c:     read and write rows of pixels

Other documents in this directory include:


__________________________________________

NOTES ON MODULES IN LIBIMAGE.A
__________________________________________


______________________________________________________________
close.c: image close and flush

#include <stdio.h>
#include <stdlib.h>
#include "image.h"


______________________________________________________________
filbuf.c: support for getpix

#include "image.h"


______________________________________________________________
flsbuf.c: support for putpix

#include "image.h"


______________________________________________________________
name.c: name and colormap tag support

#include <stdio.h>
#include <string.h>
#include "image.h"


______________________________________________________________
open.c: open an image file for reading and writing

#include <stdio.h>
#include <stdlib.h>
#include "image.h"


______________________________________________________________
pix.c: getpix and putpix

#include <stdio.h>
#include "image.h"


______________________________________________________________
rdwr.c: low-level writing and reading routines

#include <stdio.h>
#include "image.h"


______________________________________________________________
rle.c: run-length encoding support

#include <stdio.h>
#include "image.h"


______________________________________________________________
row.c: read and write rows of pixels

#include <stdio.h>
#include "image.h"




Select any combo of files you'd like to send yourself a compressed tar image of. Trailing character indicates: `/' == Directory; `*' == executable/script. (Depending upon the browser, it may be necessary to hold down the Ctrl key to select/deselect disjoint items.)

a compressed tar image of the above-selected items.
OR, ...
a compressed tar image of the complete libimage directory.

Copyright © 1995, Silicon Graphics, Inc.