User Question: How do you write files directly from an IDLgrWindow Possible Solution: Use the IMAGE_DATA property to get the image that is displayed in the window. Then use routines such as WRITE_PNG to write the image data to a file. For example: oWindow.GetProperty, IMAGE_DATA=img WRITE_PNG, 'test.png', img
|