A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items displayed on the monitor or another visual output device

learn more… | top users | synonyms

1
vote
2answers
18 views

Screenshot of particular columns&rows of a grid

Imagine that I have a grid with 3 columns and 2 rows. I want to take a picture of what is inside the column 2-3 and row 1. Is this possible? Right now I am able to take a screenshot to my plot graph ...
0
votes
0answers
12 views

Any Ideas on Rendering HTML to an Image or Screenshot to Image on Phonegap Build?

I've been doing some research and I came across this little number: http://www.xpertdeveloper.com/2012/10/webpage-screenshot-with-html5-js/ that allows you to turn HTML into a blob (essentially as a ...
1
vote
2answers
40 views

android take screenshot programmatically of the whole screen

I'm taking screenshot programmatically as below: public static Bitmap takeScreenshot(Activity activity) { View view = activity.getWindow().getDecorView(); ...
0
votes
0answers
4 views

Editing 2448 x 3264 image from iPhone Library then saving screen shot makes 640 x 1096

Editing 2448 x 3264 image from iPhone Library then saving screen shot makes 640 x 1096. I am using this code to save screenshot. I want to keep 2448 x 3264. Has any one solutions? if ([[UIScreen ...
0
votes
1answer
39 views

How to take a screenshots?

I am developing an app which is able to take screen shots and I found the following code which allows me to do that Toast.makeText(this, formattedDate, Toast.LENGTH_SHORT).show(); Process sh = ...
1
vote
1answer
48 views

Take screenshot of screen behind form?

I am trying to take a screenshot with a form of a screen BUT I don't want my form to be included in the screenshot. This is my current Code for getting the screenshot. Bitmap bt; Graphics screenshot; ...
0
votes
2answers
29 views

Automated Screenshot Taking API

In Our company, we need to take screenshot of entire web site map, doing manually this job is a big pain. I have used Webdriver API (Selenium 2) to take screenshot on Browser but we have mobile web as ...
0
votes
1answer
5 views

Include a screenshot of the story as it appears on a user’s timeline

I have submited my Facebook app recently and I got the feedback from facebook that my app didn't include the screénhot of the sory as it appears on a user's timeline. But the problem here is I cannot ...
0
votes
1answer
40 views

Screenshot compression loss of quality

Maybe someone else was faced with this problem: As the title says, when uploading screenshots from devices to our server image quality degradation is quite high. You can see one example on the ...
0
votes
1answer
30 views

How to capture taking screenshot by volumn down and power keys on android?

From android 4.0+, it supports to take screenshot by pressing volumn down+power keys. I'm going to use the screenshot image immediately when after taking screenshot by the hotkey. Is there any ...
-1
votes
0answers
24 views

FFMPEG SCREENSHOT ERROR: No such filter: 'tile' [closed]

i have been trying on making multiple screenshots from a video file using ffmpeg and i succeed too in command but the only problem is while executing that i am getting this error: No such filter: ...
1
vote
1answer
19 views

PhantomJS image of Dom Element

I'm new to PhantomJS and not very good with Javascript to be honest. I'm looking to take a snapshot of a given website but only the selected dom element. So command wise it would look a little like ...
0
votes
2answers
23 views

Is it possible to take a screenshot of the whole page with Selenium/Capybara?

PhantomJS has the option of taking a screenshot of the whole page (not just the current viewport). Is there any way to do so using Selenium? I am running the Cucumber/Capybara tests headlessly, using ...
0
votes
0answers
19 views

How to convert an XImage object to blob?

I am making using of ctypes in order to work with imagemagick. My goal is to take a screenshot using XGetImage function and then converting the image to PNG by using the wand library. I figured out ...
0
votes
2answers
13 views

PIL and Python27 - Save a screengrab?

Here is the code from PIL import ImageGrab scrgrb = ImageGrab.grabclipboard() scrgrbnum = 0 def saveimg(): scrgrb.save("screengrab.jpeg + str(scrgrbnum + 1)", "JPEG") scrgrbnum = scrgrbnum + ...
0
votes
1answer
27 views

Google Play, screenshots for tablets and image order

In Google Play it's now possible to have screenshots for phones, 7- and 10-inch tablets. I was trying to upload screenshots from an tablet on one of my applications. All my current screenshots where ...
1
vote
2answers
52 views

Take a screenshot of whole screen using html5/javascript?

I am looking to take a full screenshot through a webpage, outside of the browser window. Basically, I am trying to build a help tool for both web-based apps and offline programs, and as a part of this ...
0
votes
0answers
47 views

create screenshot from a control without rendering it

I'm trying to create a screenshot from UIElement (Or FrameworkElement) without renderize the control on screen. When i do renderize the control (calling to control.show()) it's working fine. But When ...
0
votes
1answer
24 views

Printing Creates an Dialogbox and I dont want that

Creating a print option with a screenshot of the form as i needed the whole form for sure. Which Leads to the additional printing dialog box to the printout. Here is the code, private void ...
0
votes
0answers
27 views

How to get at test field from testng IInvokedMethodListener?

I'm using TestNG 6.8 + Selenium WebDriver 2.32 to test a gui of a web app. In cases of failed tests I would like to take a screenshot of application GUI. What I have: I can detect test failure by ...
0
votes
0answers
62 views

C# How to get a screenshot of a window?

I'm getting a screenshot of the full screen using this method Bitmap bitmap = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height, ...
0
votes
0answers
26 views

OpenGL - Getting The Display Color Bits

I'm looking at the LWJGL wiki for taking a screenshot (found here) and I noticed the comment Assuming a 32-bit display with a byte each for red, green, blue, and alpha. in this code: ...
0
votes
0answers
30 views

Remote desktop screen capturing

I'm working on a remote control program in Java and I've made everything except broadcasting the screen from the server to the client. I can't make the image sending part work normally and I've ...
1
vote
1answer
41 views

Screen Capture in andengine gives upside down mirror image

In my situation i haven't use RenderSurfaceView. I want to take a screen capture of my scene. But when i save the screen shot it shows upside down mirror image. Cant understand what im doing wrong ...
1
vote
1answer
29 views

is there a web WYSIWYG editor a screenshot can be pasted into? [closed]

I am building a ticketing system but I am looking for a WYSIWYG editor where a user can take a screenshot and paste it right away into the editor. I am using PHP, HTML to build this system. Thanks ...
0
votes
0answers
15 views

Getting the CMD+SHIFT+4 screenshot image data from the system Pasteboard

Never thought I would have a problem with that! When I press CMD+SHIFT+4 to make a selection from screen and copy the image to system clipboard, there seems to be no way to get this copied image data ...
2
votes
1answer
51 views
+50

Screenshot shows black

I'm taking snapshots and creat thumbnails and then share this image. But the thumbnail shows all black. I have used the following code Bitmap bitmap; View v1 = v.getRootView(); ...
0
votes
1answer
30 views

Automated testing screen comparison

I'm using Webdriver with C#, the issue is that Webdriver can't test design, so i trying to make something like screenshot comparison, because i working on big site and every day it has new futures, ...
2
votes
1answer
37 views

Memory leak / Python windows 7 screenshots

I have tried the following Python code on a dual monitor system (Windows7) to repeatedly save screenshots. It generates 33 shots of 14.6MB (total 482MB) and then crash. Checking with Process Explorer ...
0
votes
1answer
33 views

Cannot call method 'SaveScreenshot' of undefined - cordova

Hi this is my first post but I've been trying to use the Screenshot plugin from here: https://github.com/phonegap/phonegap-plugins/tree/88a57e1c232f604f73be5bd82868d711ac235424/Android/Screenshot And ...
0
votes
0answers
22 views

take a screenshot on ipad using javascript and send it by mail

I am making an app with javascript and I need to make a button to make a screenshot of what I have in the screen and send it by mail as an image (it really doesn't matter what kind of image). The app ...
0
votes
0answers
16 views

UIAutomation in instruments, screenshot organized in folders possible?

I have a question about screen capture with UIAutomation in Instruments. Is it possible to take screenshots and organise them in separate folders? I have an app with different section, and using ...
0
votes
2answers
48 views

How to intercept android take screenshot

How can I intercept taking screenshot event on android 4.0+? I want to execute some own code when taking screenshot by vol down+power key.
0
votes
0answers
12 views

System zoom with screen capture

We are developing screen capture utility which allows users to capture selected area on screen. Which works on 10.7 and above. As per apple Technical Q&A QA1741 we have used below API to capture ...
0
votes
2answers
44 views

three.js toDataURL PNG is black

I'm trying to grab a screenshot with renderer.domElement.toDataURL("image/png"), and save it to a file. The image is the right size, but it's black. I have preserveDrawingBuffer turned on. I think ...
0
votes
1answer
30 views

How can i add optional directory for bmp.screenshotsave

I need help please. I want to implement the ability to choose a folder before saving screenshots. This is my working code that I have created: bmpScreenshot.Save("C:\\test\\pictures\\scr_(" + pict_no ...
0
votes
1answer
57 views

How to take a screenshot, crop it, and upload it as an image on a web form? [duplicate]

How to take a screenshot, crop it, and upload it on a web form? Is this possible with using web technologies (js/jquery or some other). Or whether it can be glued with some other desktop software ...
0
votes
0answers
47 views

More time between each screenshot [Partially Resolved]

I have a button and when I click it I created a bunch of screenshot, one for each object Canal in a list. The problem (I think) is that I need a bit more time to make the screenshots, because most of ...
3
votes
2answers
130 views

Take screensot and save android

I'm a very new android developer with a basic understanding of java. I've undertaken a large project and I've hit a problem I can seem to fix. Basically my problem has three different parts: ...
0
votes
2answers
25 views

Image not saving in photo Album

I invoke UIImagePicker controller. When i click camera button, preview and use button only displaying, my image is not saving in photo Album. code: -(void)viewDidAppear:(BOOL)animated{ picker = ...
0
votes
0answers
22 views

Ubuntu: “ImageMagic import” screenshot when workstation is locked [closed]

Twice a day using crontab I want to take a screenshot on my workstation even if the workstation is locked. My script does take screenshots if my workstation is not locked but once it gets locked it ...
0
votes
0answers
54 views

Youtube Android Player API capture frame/screenshot

Is there a way to capture current frame from a video playing with Youtube Android API? The video is not stored on the device, it's on an external server. Thank you.
0
votes
2answers
28 views

Screen capture causing heap to grow

I am trying to take screenshot using the code below: final View rootView = getRootView(); rootView.setDrawingCacheEnabled(true); Bitmap bmp = Bitmap.createBitmap(rootView.getDrawingCache()); ...
0
votes
2answers
28 views

Use JS or some applet to create a screenshot in Firefox?

I'm creating a personal home page, due to the fact that iGoogle will be discontinued. One of the things I'm trying to create, is a speed dial-type interface, with website thumbnails as links, and I'd ...
0
votes
4answers
66 views

Take Screenshot of a Web Page client side or server side

I'm working on a project where I need to basically take the screenshot of the pages users create on my application, and I'm not sure where to start. I've looked at other sites that do this like ...
1
vote
2answers
78 views

WebGL single frame “screenshot” of webGL

tried searching for something like this, but I've had no luck. I'm trying to open a new tab with a screenshot of the current state of my webgl image. Basically, it's a 3d model, with the ability to ...
-1
votes
3answers
38 views

Taking screenshots simulator versus device [closed]

What is best practice in creating screenshots for app store? Is it always better to take them on a physical device, or is it fine to just the simulator?
1
vote
0answers
36 views

Capture and save screenshot as you click - Windows C#

First up, sorry for the long question but I want to make sure I include everything that I have come across and done so far. I want to make a C# Windows Application for the tutorials team that will ...
-1
votes
0answers
32 views

ffmpeg screenshot ISO Files [closed]

Hi i try to make screenshot of DVD iso file with ffmpeg. With other file type, like avi or mkv, it work fine. I use ffmpeg with ubuntu 10.4 and I use this command: ffmpeg -ss 0:05:00 -i ...
0
votes
0answers
30 views

Calling Screenshot Binary from android app

I want to make an android app for taking screenshots. But not by the usual way of Bitmaps and Drawing Cache and blah blah. I know there is a binary in /system/bin/ called as screencap. syntax : ...

1 2 3 4 5 28