NAME

create_image_display - Starts up image display process

SYNOPSIS

#include "i/i_display.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int create_image_display(void);

DESCRIPTION

This routine starts up image display process. It is not essential to call this routine, as it is called automatically when the first display request is made, but it is recomended that programs which display images call this routine at program startup (technically, before much memory has been allocated). This reduces the overall VM usage.

RETURNS

NO_ERROR on sucess and ERROR on failure.

NOTE

This process, and all display processes are automatically terminated on program exit.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

close_displayed_image