Questions tagged [screenshot]

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

4322 questions
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,756
  • 6
  • 21
  • 41
40
votes
5 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
  • 538
  • 1
  • 7
  • 16
40
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,109
  • 2
  • 11
  • 19
39
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,865
  • 2
  • 21
  • 54
37
votes
6 answers

view.getDrawingCache() is deprecated in Android API 28

In android API 28 view.getDrawingCache() has been deprecated. Is there any newer solution to generate a Bitmap of a particular view in android.
Mostafa Monowar
  • 691
  • 1
  • 7
  • 12
37
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,115
  • 3
  • 27
  • 43
36
votes
6 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,762
  • 5
  • 27
  • 44
36
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
  • 7,772
  • 8
  • 41
  • 58
35
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
  • 453
  • 1
  • 4
  • 5
34
votes
1 answer

where are device screenshots visible in Xcode6?

For Xcode 6, the older Xcode 4 & 5 Organizer menu item has been split up into both an Organizer and a Devices set of menu choices. Under the Devices menu item, you'll see a list of the various devices Xcode knows about, in addition to simulators…
Michael Dautermann
  • 86,557
  • 17
  • 155
  • 196
34
votes
8 answers

Display a view or splash screen before applicationDidEnterBackground (to avoid active view screenshot)

I have confidential informations in my app, so I would like to hide them with a splash screen when the app is about to be moved to background. I do run the app on iOS6 and further. I tried to display the view in applicationWillResignActive but the…
Tancrede Chazallet
  • 6,547
  • 3
  • 35
  • 59
33
votes
6 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
  • 1,938
  • 7
  • 19
  • 36
33
votes
1 answer

How to take a screenshot of a WPF control?

I created a WPF application using the Bing maps WPF control. I would like to be able to screenshot only the Bing maps control. Is use this code to make the screenshot: // Store the size of the map control int Width = (int)MyMap.RenderSize.Width; int…
Walter Fabio Simoni
  • 5,331
  • 11
  • 43
  • 73
31
votes
6 answers

C# - Capturing the Mouse cursor image

BACKGROUND I am writing a screen capture application My code is based derived from this project: http://www.codeproject.com/KB/cs/DesktopCaptureWithMouse.aspx?display=Print Note that the code captures the the mouse cursor also (which is desirable…
namenlos
  • 4,875
  • 9
  • 36
  • 37
31
votes
4 answers

Xcode 9 - Simulator: Screenshots taken are not of correct resolution for ItunesConnect / AppStore Connect

In the old version of the Xcode Simulator (Xcode 8), you could press Command + 1, and it would show the simulator to be it's maximum dimensions (100%), even if that involved it expanding past the visible screen space. You could then press Command+S…
FranticRock
  • 3,024
  • 26
  • 50