For questions about screenshots — digital images that show the contents of a computer display,
Questions tagged [screenshot]
4722 questions
2
votes
1 answer
ios take screenshot of view and attach it to mail
I'm working on an app and I would like to send, when I press a button, 2 screenshots of 2 views, attached it to an e-mail.
The two view controllers are called secondViewController and commenViewController
Currently I'm using this code:
-…

Sam VG
- 143
- 1
- 2
- 9
2
votes
2 answers
Out of Memory from capuring screenshots
Hello there I have a problem. I have a setup to capture Screenshots of my WebBrowser control:
public static class Utilities
{
public const int SRCCOPY = 13369376;
public static Image CaptureScreen()
{
return…

nvr
- 113
- 7
2
votes
2 answers
Is it possible to set Selenium Webdriver to take a screen capture upon encountering an error
Is it possible to set up webdriver so that when an error is encountered, a screen capture can be taken?

user3083447
- 147
- 1
- 3
- 15
2
votes
3 answers
Facebook Unity API - post screenshot with link and description?
I am trying to get my app (iOS, Android) to allow users to post a screenshot to facebook with a link and a description. I am able to use FB.API() to upload screenshots from my app to a user's album that Facebook autogenerated for my app, via:
…

TegTap
- 31
- 1
- 1
- 2
2
votes
1 answer
How to screen capture AVCameraCapturePreviewLayer
Screen capturing AVCameraCapturePreviewLayer looking too dark in screen captured video. Is there any was to screen capture it.

Muruganandham K
- 5,271
- 5
- 34
- 62
2
votes
4 answers
Screen shot not provide image of whole screen
I am making application related to images. I have multiple images on my screen. I had take screen shot of that. But it should not provide my whole screen.
Little part of the top most & bottom most part need not be shown in that.
I have navigation…

Vishal Sharma
- 1,733
- 2
- 12
- 32
2
votes
0 answers
how to take screen shot using ASL library?
I want to take screen shot using ASL Library instead of rooting the device. And then it will be run on service...Do you have any idea for this ...if u have source code Please send me. But my app is capturing the application view not phone view. i…

Bala
- 107
- 1
- 2
- 10
2
votes
4 answers
Get the last 5 digits of an undeclared variable of unknown length on one line?
Update:
There were some great solutions, but I realized that there is a problem in my premise: It seems that the rt.exec will not reach back to the java code once the process has been executed. Thank you for all your help!
I want to take a…

Tai
- 490
- 4
- 18
2
votes
1 answer
Google Play distorting and dulling the screenshots
When I uploaded a screenshot image to Google Play, they seem to be resampling the image and dulling out the color, maybe it happens when they reduce the size. I have a 95KB image and they seem to compress it to 65KB. The image resolution stays the…

pt123
- 2,146
- 1
- 32
- 57
2
votes
1 answer
Android take screenshot of my application activity
I would like to take a screenshot of my application from the users device. Is it actually possible if the device is not rooted?
Basically I would like to take screenshot when some kind of an error occurred.
Personally I think it shouldn't be…

Karlis
- 1,501
- 4
- 19
- 31
2
votes
0 answers
avoiding screenshot duplication on market: 10" tablet, 7" tablet and phone screenshots all show with phone and laptop access,
I added 10" and 7" screenshots as required for tablet optimization, but now I have duplicate screen shots of my two 10" tablet images, two 7" tablet images, first two phone images, all the same, that all show on the market.
when accessed from laptop…

Androidcoder
- 4,389
- 5
- 35
- 50
2
votes
1 answer
How can I programmatically capture a screenshot of a playing video?
I want to capture a screenshot of a playing video in xcode. How can I do it programmatically? I found a screenshot method in apple document as following. The method works fine if I just want to take a screenshot of a view. However, it fails to work…

user2917003
- 29
- 1
- 2
2
votes
1 answer
Can an app take a screenshot while running in the background?
Is it possible to programmatically take a screenshot of the screen while in a different app by some kind of a gesture in android? I want my app to run in background and when the user makes a particular gesture, I want my app(running in background to…

amir shadaab
- 469
- 3
- 9
- 23
2
votes
0 answers
Full screen application screenshot in c++?
I wish to take screenshots of fullscreen applications in a c++ program (i.e games like call of duty). I have tried using GDI and directx both can get screenshots of the desktop. However they just return black images when running fullscreen…

Steven
- 307
- 2
- 13
2
votes
1 answer
How to get a screenshot of a view containing GPUImageView?
I'm writing an image editor for an iPhone App. I use GPUImage library to present an image (on GPUImageView) of the sprite on the canvas. And I use the following method to get the screenshot of the canvas:
@implementation UIView (SnapshotImage)
//…

Xaree Lee
- 3,188
- 3
- 34
- 55