#include <XWindows.h>
Static Public Methods | |
| XImage * | createXImage (const util::Matrix< T > &mat, XDisplay &display) |
| Convert a gray-scale image to an X image. | |
|
||||||||||||||||
|
Convert a gray-scale image to an X image. If you want to use the images for viewing in the X windows environment, this method might come in handy. The returned pointer must be released with XDestroyImage(ptr). |