In 1.1.3, however, the feature is moved to the new graphics module.
Here's a quick example.
1 2 import graphics 3 im = graphics.screenshot() 4 im.save(u'C:\\test.png')
You may notice the difference. Now you can save it in 'jpg' or 'png'
as you like by specifying the filename.