X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=8d2690fe245bcf1c996af8743f3dc704d2227f54;hb=d786b4f836c0f12ba4a6dd06803cbe771ac371e3;hp=8107d7f5757d9db6f95df18f7df1cbd9c5b1c001;hpb=998ca9ca987553dc71578e5584e881f6bd537d91;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 8107d7f..8d2690f 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -3426,7 +3426,7 @@ void vvMainWindow::SaveScreenshot(QVTKWidget *widget) #else w2i->SetMagnification(1); #endif - w2i->SetInputBufferTypeToRGBA(); //also record the alpha (transparency) channel + //w2i->SetInputBufferTypeToRGBA(); //also record the alpha (transparency) channel w2i->Update(); vtkImageData *image = w2i->GetOutput();