[Paraview] rendering image larger than window size

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Mar 6 22:37:20 EST 2013


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 <li.9uan at gmail.com> 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
> <utkarsh.ayachit at kitware.com> 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 <li.9uan at gmail.com> 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
>> >
>
>


More information about the ParaView mailing list