View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012606ParaView(No Category)public2011-09-19 22:442016-08-12 09:58
Reporterohyeahq 
Assigned ToKitware Robot 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version 
Summary0012606: Snapshot resolution can't be set via script
DescriptionThere is no way to set or change the snapshot resolution/quality in python scripts. WriteImage() has no such options. There is no documentation on
it either.

'Recording script' gives nothing during 'save snapshot' dialog manipulation.

TagsNo tags attached.
ProjectTBD
Topic Name
Typeusability
Attached Files

 Relationships

  Notes
(0027526)
ohyeahq (reporter)
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 (developer)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-09-19 22:44 ohyeahq New Issue
2011-09-26 21:40 ohyeahq Note Added: 0027526
2016-07-29 10:43 Cory Quammen Note Added: 0036644
2016-08-12 09:58 Kitware Robot Note Added: 0038073
2016-08-12 09:58 Kitware Robot Status backlog => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved
2016-08-12 09:58 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team