2 #include <visp/vpDisplayGDI.h>
3 #include <visp/vpDisplayX.h>
4 #include <visp/vpImageIo.h>
5 #include <visp/vpImagePoint.h>
12 #if defined(VISP_HAVE_X11)
14 #elif defined(VISP_HAVE_GDI)
17 std::cout <<
"No image viewer is available..." << std::endl;
33 std::cout <<
"Cannot write the image: unsupported format..." << std::endl;