For questions about screenshots — digital images that show the contents of a computer display,
Questions tagged [screenshot]
4722 questions
47
votes
10 answers
Netbeans Shortcut to Open File
I remember seeing someone use a shortcut in NetBeans to open a dialog similar to phpStrom that can open files based on class names or is it file name. whats that?

Jiew Meng
- 84,767
- 185
- 495
- 805
46
votes
5 answers
Android take screen shot programmatically
First off i am writing a root app so root permissions are no issue. I've searched and searched and found a lot of code that never worked for me here is what i've pieced together so far and sorta works. When i say sorta i mean it makes an image on my…

user577732
- 3,956
- 11
- 55
- 76
46
votes
14 answers
Screenshot of the Nexus One from adb?
My goal is to be able to type a one word command and get a screenshot from a rooted Nexus One attached by USB.
So far, I can get the framebuffer which I believe is a 32bit xRGB888 raw image by pulling it like this:
adb pull /dev/graphics/fb0…

Marcus
- 2,021
- 2
- 21
- 20
45
votes
4 answers
How to take a screenshot of the current widget - Flutter
I need to take a screenshot of the current screen or widget and I need to write it into a file.

Prabhu
- 1,135
- 1
- 12
- 14
45
votes
6 answers
Screenshot sizes for publishing android app on Google Play
On the developer's console when you go to publish your android application the screenshots are needed with the following specifications,
320 x 480, 480 x 800, 480 x 854,1280 x 720, 1280 x 800 24 bit PNG or JPEG (no alpha) Full bleed, no border in…

Vishal
- 1,169
- 2
- 12
- 20
42
votes
4 answers
What is the best way to take screenshots of a Window with C++ in Windows?
What is the best (easiest) way to take a screenshot of an running application with C++ under Windows?

mgiza
- 558
- 1
- 7
- 16
42
votes
8 answers
Paste an image on clipboard to Emacs Org mode file without saving it
As I'm using the Emacs Org mode as a research log, sometime I want to keep track of something via screenshot images, and I definitely don't want to save them. So I'm wondering is there any way to insert those figures into my org mode file, like with…

lina
- 523
- 1
- 4
- 5
41
votes
1 answer
Capture the screen shot using .NET
Possible Duplicate:
How May I Capture the Screen in a Bitmap?
I need to make an application that captures a snapshot of the current screen whenever a particular button is hit.
I have searched a lot, but I have only found how to capture the…

Bhavik Goyal
- 2,786
- 6
- 23
- 42
41
votes
7 answers
What size screenshots should be used for IAPs ( In app purchases ) for Mac apps?
What dimensions should be used for IAP screenshots for Mac apps on iTunesconnect?
I have tried uploading PNG screenshots with:
2560 x 1600 px
640 x 920 px
to no avail... but the upload does not seem to be accepted... Can anyone advise which…

jcpennypincher
- 3,970
- 5
- 31
- 44
41
votes
8 answers
How To Add more Frame Like Nexus 6P,5X etc in Screenshots in Android studio
I am true Lover of Android studio...
There is one awesome plugin inside Android monitor is SCHREEN CAPTURE
as like below image.
Its great to capture emulator screen.
My Question
In screen capture there is one option Frame screenshot
and i can…

Vishal Patel
- 2,931
- 3
- 24
- 60
41
votes
7 answers
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.width/1.3, self.view.frame.height/1.2)
I want to take a screenshot of this view only and not my entire screen. And make…

Sameer Hussain
- 2,421
- 8
- 23
- 41
40
votes
5 answers
best way to create video from html5 animation
I wanted to make a short intro for a video podcast. Being a geeky web developer and not already having access to or knowledge of animation tools, I thought I might take a stab at doing the intro using various html5 techniques. The problem is, how do…

Russell Leggett
- 8,795
- 3
- 31
- 45
37
votes
25 answers
Capture Window (Alt-Print Screen) of Context Menu
As everyone knows, sometimes developers have to document stuff. Or capture some stuff for filing bug reports.
My question is in MS Windows.
I'm trying to capture the context menu (the popup menu that appears after right-clicking an item) of several…

moogs
- 8,122
- 8
- 44
- 60
37
votes
8 answers
Change the Location of Screen Shots Saved by the iOS Simulator
I'd like to change the location that screenshots created via File > Save Screen Shot in the iOS Simulator are saved from the desktop to a folder of my choice. How can this be done? Perhaps there's a user defaults value I could change, much like the…

George WS
- 3,903
- 5
- 27
- 39
36
votes
8 answers
Screenshot sizes for publishing on Google Play not working
I'm publishing my application on Google Play, and my screenshots are 800x1627. It's higher than the min, and lower than the max.
Why is this happening?

Ali Bdeir
- 4,151
- 10
- 57
- 117