

        The files in this directory are journal playback files for
	use as demos of Khoros applications.

animate.jp 	journal playback file for animate
editimage.jp 	journal playback file for editimage
composer.jp 	journal playback file for composer
viewimage.jp 	journal playback file for viewimage
warpimage.jp	journal playback file for warpimage
xprism2.jp 	journal playback file for xprism2
xprism3.jp 	journal playback file for xprism3

	(NOTE: cantata does not work very well with journal playback or
	       concert.  You should avoid trying to use cantata for either
	       purpose until further notice).

	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        These journal playback files must be executed as follows:
	(if you want to execute them from another directory, just
	 add the complete path to the playback file.)

(1)	animate
	% animate -i $KHOROS_HOME/data/sequences/bush/bushes -jp animate.jp

(2)	editimage
	% editimage -jp editimage.jp

(3)	viewimage
	% viewimage -jp viewimage.jp -i $KHOROS_HOME/data/images/feath.eye
		    -e $KHOROS_HOME/data/images/flow.eye

(4)     warpimage
        To run the journal playback file for warpimage, it is important that you
        create a temporary work directory or run warpimage in a directory that
        you have write permission in.

	% mkdir tmp_dir
	% cd tmp_dir
	% warpimage -jp $KHOROS_HOME/repos/journals/warpimage.jp

	  (NOTE: just before the warpimage demo ends, it will system off a call
	         to vwarp, which will create a warped image in a file called
	         "C", which will then be displayed with putimage.  Wait patiently
	         for the vwarp program to complete so that you may see the
	   	 warped image, and delete the file called "C" when you are done,
		 you should also delete the out.asc, out.src, & out.tgt files.)

(5)	xprism2
	% xprism2 -jp xprism2.jp
	

(6)	xprism2
	% xprism3 -jp xprism3.jp


(7)	composer
        To run the journal playback file for composer, it is important that you
        create a temporary work directory before you run it.  The playback session
        actually creates a program.

	% mkdir tmp_dir
	% cd tmp_dir
	% composer -jp $KHOROS_HOME/repos/journals/composer.jp
