I´m new to Paraview. I´m trying to write a script which reads a file and then takes a screeshot. I have several questions:<br>1. I don&#39;t manage to take a photo.&#39;m trying with this:<br>writer = paraview.CreateProxy(&quot;writers&quot;, &quot;PNGWriter&quot;,&quot;writers&quot;)
<br>writer.FileName=&quot;c:\\zPython\\vtk\\jose1.png&quot;<br>writer.Input=reader<br><br>2. I would like to take the screenshot with bigger resolution. I don&#39;t know if there is something similar to: <br>vtkRenderLargeImage
<br><br>3. I manage to incorporate what I want to the Pipeline Browser. Everything start with Visibility Off. How could I turn it on?<br><br>Regards,<br>Jose M.<br><br><br>