Hi.<br><br><span style="font-weight: bold;">Does somebody know how to read a vtkImageData&nbsp; using vtkJPEGReader, but loading information from memory, not from files???</span><br><br>I need it&nbsp; 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&nbsp; to build a vtkImageData&nbsp;&nbsp; using those images. </span><br><br>Naive solution may be writing those images to the file system and then reading&nbsp; them through methods provided by [vtkJPEGReader], but it is&nbsp; to slow.
<br><br><span style="font-weight: bold;">I need any way to read a vtkImageData&nbsp;&nbsp; from memory.</span><br><br>Thanks<br><br><br><br><br>