
==============================================================================

            ENVISION EXAMPLE PROGRAM DIRECTORIES:

animate/   - example animation programs

annotate/  - example annotation programs

color/     - example color programs, including:

	     	autocolor/  - image autocolor example  
	        colorcell/  - examples using a colorcell 
		datastore/  - datastore example 
		palette/    - palette example 
		printpixel/ - printpixel examples 
		pseudo/     - pseudocolor examples
		threshold/  - thresholding examples

image      - example image programs
image3d    - example image3d slice programs
imgicon    - example image icon programs
panicon    - example panicon programs
plot       - example 2D & 3d plotting programs
roi        - example region of interest programs
zoom       - example zoom programs
misc       - misc example programs

------------
The bootstrap, dataserv, and khoros toolboxes must all
be installed and compiled in order to compile the examples.

------------
To compile all the example programs execute:
        % make Makefile Makefiles
        % make
 
------------
To compile one example program
        % cd {to desired example}
        % make Makefile
        % make

------------
The results of the last testing of these examples may be found in
the TEST_RESULTS file.

