#include <XWindows.h>
Static Public Methods | |
| XImage * | createXImage (const util::Matrix< Color< T, 3 > > &mat, XDisplay &display) |
| Convert a color image to an X image. | |
|
||||||||||||||||
|
Convert a color 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). |