MantisBT - ParaView
View Issue Details
0005895ParaView(No Category)public2007-10-17 14:492008-01-03 18:46
Berk Geveci 
Utkarsh Ayachit 
normalfeaturealways
closedfixed 
 
 
0005895: It should be possible to save high resolution images
Save screenshot should support higher resolution that what is on the screen.
No tags attached.
Issue History
2007-10-17 14:49Berk GeveciNew Issue
2007-10-17 14:49Berk GeveciStatusbacklog => tabled
2007-10-17 14:49Berk GeveciAssigned To => Utkarsh Ayachit
2007-12-26 15:44Utkarsh AyachitNote Added: 0010023
2007-12-27 11:03Utkarsh AyachitNote Added: 0010024
2007-12-28 11:15Utkarsh AyachitStatustabled => @80@
2007-12-28 11:15Utkarsh AyachitResolutionopen => fixed
2008-01-03 18:46Alan ScottStatus@80@ => closed
2008-01-03 18:46Alan ScottNote Added: 0010067
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010023)
Utkarsh Ayachit   
2007-12-26 15:44   
Partially fixes BUG 0005895. Save screenshot popups a dialog offerring the user to
choose the size of the saved image. Need to fix for saving pdfs and for
non-render views.
/cvsroot/ParaView3/ParaView3/Qt/Components/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.129; previous revision: 1.128
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.27; previous revision: 1.26
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- pqMainWindowCore.cxx
new revision: 1.242; previous revision: 1.241
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.h,v <-- pqMainWindowCore.h
new revision: 1.86; previous revision: 1.85
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.cxx,v <-- pqSaveSnapshotDialog.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.h,v <-- pqSaveSnapshotDialog.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSaveSnapshotDialog.ui,v <-- pqSaveSnapshotDialog.ui
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRenderView.cxx,v <-- pqRenderView.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/Qt/Core/pqView.cxx,v <-- pqView.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Core/pqView.h,v <-- pqView.h
new revision: 1.10; previous revision: 1.9
(0010024)
Utkarsh Ayachit   
2007-12-27 11:03   
Fixes for BUG 0005895 and BUG 0005894. Added support to save screenshot of all
views. Plot views also correctly save high resimages (except pdf) via screenshot
as well as when saving animation.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneImageWriter.h,v <-- vtkSMAnimationSceneImageWriter.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.h,v <-- pqAnimationManager.h
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- pqMainWindowCore.cxx
new revision: 1.243; previous revision: 1.242
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.cxx,v <-- pqSaveSnapshotDialog.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.h,v <-- pqSaveSnapshotDialog.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.cxx,v <-- pqViewManager.cxx
new revision: 1.50; previous revision: 1.49
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.h,v <-- pqViewManager.h
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSaveSnapshotDialog.ui,v <-- pqSaveSnapshotDialog.ui
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPlotView.cxx,v <-- pqPlotView.cxx
new revision: 1.19; previous revision: 1.18
(0010067)
Alan Scott   
2008-01-03 18:46   
Tested client/server. Trunk.