Top "Screenshot" questions

For questions about screenshots — digital images that show the contents of a computer display,

Generate iPhone and iPad screenshots including device frame

I have used the Android Device Art Generator but would like the same thing for iOS devices. Does such a …

android ios screenshot
Screenshot in Swift iOS?

How can I take screenshot from my screen by code (in Swift) and save it? Can I take screenshot and …

ios iphone image swift screenshot
Take Screenshot of SurfaceView

Am developing a simple camera app. I have code that takes screenshot of the whole activity and writes it to …

android camera screenshot surfaceview
How to capture a screenshot using VBScript in TestComplete?

I'm using TestComplete. I need to capture a screenshot and place it in a particular folder. How to do this …

vbscript screenshot testcomplete
How can I generate a screenshot of a webpage using a server-side script?

I need a server-side script (PHP, Python) to capture a webpage to a PNG, JPG, Tiff, GIF image and resize …

php python screenshot server-side-scripting
Python windows 7 screenshot without PIL

I want to take a screenshot using python. I have tried using PIL, but since I am using 64bit windows …

python image windows-7 screenshot
Automatically taking screenshots of program window

I'm looking for a software that combines macro recording with screenshot taking capabilities. We have a software manual with a …

windows macros automation screenshot user-manual
how to create and save a screenshot from a surfaceview?

I have an app that I want to be able to capture a screenshot Here is my code : public class …

android screenshot surfaceview
How to take screenshot of a UIView in swift?

I have a UIView named overView: overView.frame = CGRectMake(self.view.frame.width/25, self.view.frame.height/25, self.view.frame.…

ios swift uiview screenshot
Automatic screenshots when test fail by Selenium Webdriver in Python

I want to automatic capturing screenshots if my webdriver tests failed (any exception or assertion error). I am using Python …

python selenium webdriver screenshot