Not easily, but you can play with getting the vtkRenderWindow from the view (view.GetRenderWindow()) and then creating a vtkWindowToImageFIlter yourself and using it.
Utkarsh On Wed, Mar 6, 2013 at 3:02 PM, Li Guan <[email protected]> wrote: > Thank you Utkarsh! > An additional question, if I need to grab the "high-res" Z-buffer, it is > possible? > > Li > > > > On Wed, Mar 6, 2013 at 1:56 PM, Utkarsh Ayachit > <[email protected]> wrote: >> >> Lock your ParaView window to 1000x500 and then use >> WriteImage("foo.png", Magnification=2). >> >> On Wed, Mar 6, 2013 at 11:17 AM, Li Guan <[email protected]> wrote: >> > Hi all, >> > >> > My monitor res is 1280x960. >> > Once I lock the paraview window to 2000x1000, and in python shell call >> > WriteImage("test.png"); the saved image is only the size that is >> > displayed >> > on the window. Is it possible to save the whole image? >> > I know the option of clicking Save Screenshots on the control panel, but >> > is >> > it possible to do it in python command? >> > >> > Many thanks, >> > >> > Li >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://www.paraview.org/mailman/listinfo/paraview >> > > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
