Pandore - A library of image processing operators |
This tutorial considers that Pandore is installed in the folder: /usr/share/pandore
Launch the following script at the beginning of each session:
/usr/share/pandore/pandore
Set the following environment variables in file .profile or bash_profile:
PANDOREHOME=/usr/share/pandore PATH=$PANDOREHOME/bin:$PATH LD_LIBRARY_PATH=$PANDOREHOME/lib:$LD_LIBRARY_PATH export PANDOREHOME PATH LD_LIBRARY_PATH
Set the following environment variables in file .profile or .bash_profile:
PANDOREHOME=/usr/share/pandore PATH=$PANDOREHOME/bin:$PATH DYLD_LIBRARY_PATH=$PANDOREHOME/lib:$DYLD_LIBRARY_PATH export PANDOREHOME PATH DYLD_LIBRARY_PATH
To check the settings, try the following sequence of commands:
$ pversion $ pbmp2pan $PANDOREHOME/examples/tangram.bmp a.pan $ pstatus $ pvisu a.pan
Double click on the pandore.bat script. This script opens a new MSDOS windows in which the commands will be typed.
To check the settings, try the following sequence of commands:
C:> pversion C:> pbmp2pan %PANDOREHOME%\examples\tangram.bmp a.pan C:> pstatus C:> pvisu a.pan