<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hello. There are several threads on this topic, and the few I see, the proposed solutions are not enough or the thread is left unresolved. see this:<br><br><a href="http://public.kitware.com/pipermail/vtkusers/2014-October/085358.html" target="_blank">http://public.kitware.com/pipermail/vtkusers/2014-October/085358.html</a><br><a href="http://public.kitware.com/pipermail/vtkusers/2014-October/085294.html" target="_blank">http://public.kitware.com/pipermail/vtkusers/2014-October/085294.html</a><br><br>I still am unable to generate anything else than a black image. <div>I'm on the latest VTK, under Mac OS X 10.10.  I also tried offscreen rendering, but no luck.<br><br>Hours of googling and testing solutions have proven unsuccessful, I'd really appreciate if anyone could help me.</div><div><br></div><div>here's a snippet of my code if you think it'll help<br><br><div>        tempFile = "xyz.bmp";</div><div>        // write to temporary bmp file</div><div>        vtkBMPWriter writer = new vtkBMPWriter();</div><div>        vtkWindowToImageFilter windowToImageFilter = new vtkWindowToImageFilter();</div><div>        windowToImageFilter.ReadFrontBufferOff();</div><div>        windowToImageFilter.SetMagnification(1);</div><div>        windowToImageFilter.SetInput(renderWindow);</div><div>        windowToImageFilter.SetInputBufferTypeToRGBA();</div><div>        windowToImageFilter.ReadFrontBufferOff();</div><div><br></div><div>        windowToImageFilter.Update();</div><div>    </div><div>        windowToImageFilter.ReadFrontBufferOff();</div><div>        writer.SetInputConnection(windowToImageFilter.GetOutputPort());<br></div><div>        writer.SetFileName(tempFile);</div><div>        writer.Write();</div><br><br><br>Kind Regards, Fredrik<br><br><br><br><br><br><br></div></div>
</div><br></div>