In paraview, I can save a picture from the python terminal like:
WriteImage('pic.png')
… but does anyone know how to save the figure with a defined size (like 1600 x 1000 pixels)?
I am using ParaView 4.1.0
Thanks!
In paraview, I can save a picture from the python terminal like:
WriteImage('pic.png')
… but does anyone know how to save the figure with a defined size (like 1600 x 1000 pixels)?
I am using ParaView 4.1.0
Thanks!
Copyright © 2021 Jogjafile Inc.
The size of the picture is based on the size of the view, so you just need to change the size of the view as follows: