Hi there! I am trying to use VTK to add visualization to a Computer Vision application. Images are thereby represented as unsigned char arrays containing the pixel values (e.g. manipulated pgm files). How can I display an unsigned char array as an image in a render window in vtk, without reading the file as pgm from the disk ? Thanks, Markus