Hi.<br><br><span style="font-weight: bold;">Does somebody know how to read a vtkImageData using vtkJPEGReader, but loading information from memory, not from files???</span><br><br>I need it because I am writing a medical visualization system. My module receives as input a serie of images, which have been extracted from a Dicom image.
<br><span style="font-weight: bold;">I need to build a vtkImageData using those images. </span><br><br>Naive solution may be writing those images to the file system and then reading them through methods provided by [vtkJPEGReader], but it is to slow.
<br><br><span style="font-weight: bold;">I need any way to read a vtkImageData from memory.</span><br><br>Thanks<br><br><br><br><br>