<div dir="ltr"><div>Hello!</div><div><br></div><div>I'm trying to read a jpeg file using python to use in a plane as a texture, I have this:</div><div><br></div><div>        from paraview.vtk.vtkIOImage import vtkImageReader2Factory</div><div>        reader = vtkImageReader2Factory.CreateImageReader2("/home/silencer/example.jpg")</div><div><br></div><div>This doesn't display any errors when executing from the paraview python console, but when displaying reader (by entering "reader" in the console) it displays nothing so I guess it's null. I've made sure the jpg file is in that path.<br></div><div>According to the documentation (<a href="http://www.vtk.org/doc/nightly/html/classvtkImageReader2Factory.html">http://www.vtk.org/doc/nightly/html/classvtkImageReader2Factory.html</a>) If no reader is found, null is returned. I guess that's what's happening?</div><div><br></div><div>I've tried using</div><div><br></div><div>from paraview.vtk.vtkIOImage import vtkJPEGReader </div>
<div><br></div><div>but it was a shot in the dark. It didn't work, anyway :(</div><div><br></div><div>Do you know what could be happening?</div><div><br></div><div>thank you!</div><div>Rodrigo</div><div><br></div>
</div>