|
Notes |
|
|
(0027526)
|
|
ohyeahq
|
|
2011-09-26 21:40
|
|
Workaround:
size = view.ViewSize # [685, 519]
view.ViewSize = [1200, int(1200.0 * size[1] / size[0])]
Render()
WriteImage(fnimage) |
|
|
|
(0036644)
|
|
Cory Quammen
|
|
2016-07-29 10:43
|
|
It is possible to save screen shots with
SaveScreenshot(tmp.png', layout=layout1, magnification=1, quality=100)
One can change the magnification, but it is not possible to my knowledge to change specify the screen shot size. Quality can be changed, however. |
|
|
|
(0038073)
|
|
Kitware Robot
|
|
2016-08-12 09:58
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
|