Hi, In pvbatch and pvpython you can set the view size of a view with the ViewSize property, e.g.: v = GetActiveView() v.ViewSize = [1000, 1000]
The default view size is 300 by 300 otherwise. Andy On Tue, Mar 5, 2013 at 9:14 PM, Pradeep Jha <[email protected] > wrote: > Hello, > > I created a python script file for making an animation using "start trace" > and "end trace" features of PV. When I run this script using pvbatch on my > machine on the command line, it creates images but they are of much smaller > dimension and resolution. But when I run the same script using the PV gui, > I get much larger png files with much higher resolution. Why is this > happening? > > I have attached the image files and the script with this email. (I have > modified the script a bit manually and the I have change the file type to > jpg for reducing image size). > > > Thank you, > Pradeep > > > > > > > _______________________________________________ > 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
