screenshot

Uploading new screenshots to iTunes Connect.

Hey all, I've recently uploaded an update for one of my iPhone apps, but I didn't update the screenshots. It has now dawned on me that they are old screens for the new game, which might be confusing for users. Is there anyway to upload the new screenshots without submitting a new binary? Thanks James ...

Can a backgrounded Android app take screenshots of the currently active screen?

I'm new to Android development, and I was wondering if there is a way to have an app take a screenshot of the currently active screen, do some processing on the screenshot (which would be internal to the app and temporary; I don't want it in the photo gallery), then communicate with a remote server over the Internet? I am of course l...

Perspective / 3D screencast software

I'd like to recreate the perspective / 3D effect of the mailchimp presentation video from: http://mailchimpacademy.blip.tv/ It's not the first one I see using this perspective effect. What screen capture software was used to create this screencast ? ...

Capturing screenshots of a minimized remote desktop

I have the following C# code, which I am using to capture a screenshot inside a remote desktop (RDP) session. It works fine when the session is active, but fails with an invalid handle exception if I minimize the session. Is there any way to make this work, or is the screen essentially "gone" when the session is minimized? string filen...

c++ screen shot

umm i know this can be done but no idea how to...how to capture screen shot using c++,im gonna be working with win32. please no mfc code... thanks Rami ...

Connecting my Android phone to the DDMS SDK utility

I am trying to use the SDK's DDMS utility to capture screens off my Droid X. I have installed the Java JDK and the Android SDK. I set up the USB driver on my Windows laptop and connected my Droid X to the USB port. Windows XP can see the Droid just fine in Windows Explorer as a removable USB device, but the DDMS utility shows no devices...

Screen capture window .NET control/library

I'm looking for a control or library to capture what an application is showing on screen in particular IE/Firefox. My app will open an instance of IE to a web page. User does what she needs to do on page then when he clicks button in my app to capture screen of IE/Firefox. My app saves image to db. I started to write it myself but wi...

Take screenshot of desktop when Windows is locked (Win+L)

I want to take a screenshot of desktop while Windows is locked (with Win+L). Standard methods make a black screen, with code of pixel: COLORREF color = GetPixel(hdc, x, y); equal -1. Neither a user mode program nor a service could capture a useful image. Any ideas? ...

screenshot in php

I am using google visualization api for my php-based website. I am planning to use tcpdf to give a pdf version of the same images that i am generating using Google Visualization API. is there any way to save these visualizations on my server so that i use them directly in the tcpdf? If not then can i automatically take screenshots of t...

Screen capture in python

This isn't a HTML parsing Question. This is about taking a look at pixels on the screen itself. How would I, with python, look at all the pixels in a programs window. Following advice, I am narrowing my OS field to win32. If a X-Platform solution exists, this is the place. ...

PIL ImageGrab fails on 2nd virtual monitor of VirtualBox

I set up a VirtualBox to use two monitors. I tried taking a screenshot of a window on the second monitor: import ImageGrab im = ImageGrab.grab(windowrect) im.save("img.png") windowrect I verified to be the correct rect of the window, in this case, (1616, 2, 2594, 732). However, img.png is just a big black box. Any ideas how to fix thi...

Fastest way to take a screenshot with python on windows

What's the fastest way to take a screenshot on windows? PIL.ImageGrab is rather slow.. it takes between 4-5 seconds to take 30 screenshots of the same small window. Taking screenshots of the whole desktop is even slower. ...

[iPhone] UIImagePickerController on iPhone 4 device

Hi @ll! This is no typical programming question. I am currently developing an app using the latest SDK. This app will use the UIImagePickerController for taking pictures with the built-in camera. I know the new iPhone 4 has 2 cameras built in. But the simulator doesn't support the camera in any way, so there's is now way to test the cam...

how to get the back image of a window?

We are building a program for visual impaired people, the aim is to replace some features of the screen, like colors, shapes or else. Currently, we have a full-screen window, we grab a snapshot of the screen (through the robot java library) and we reproduce it to the full-screen window. When we try to take the next screenshot, obviously ...

Are iPhone/iPod Touch screenshots in landscape mode displayed that way in the app store?

I recently uploaded some screenshots of my app to itunesconnect. All the screenshots are in landscape mode (I rotated them using iPhoto). On the itunesconnect page where I uploaded the screenshots they all appeared in landscape mode... fine. Now on another page in itunesconnect they all appeared in portrait mode (and they were squishe...

Disable Screenshot of my Swing Window

Hello, I have a Swing window that has sensitive information in it and I would like to prevent users from taking screenshots, or making by window invisible when they do take the screenshots. How can I achieve this? ...

Partial Screen Capture using C#

Hi, I need to create an application in C# that captures part of the screen when certain part of the same screen changes. Thank you all. ...

Using mciSendCommand to capture video frame

Using VB.Net is it possible to capture a frame from a video and save it to an image file by using mciSendCommand? (as that is what is being used to play the video) Thanks. ...

How to create thumbnails/screenshots out of PDF files on my Linux server?

I want to create thumbnails out of PDF files to be able to display a short preview of the PDF file on a website. I tried it by using ImageMagick. Unfortunately the results aren't very pleasing. The resulting images are very fuzzy. Example Thumbnail (fuzzy): http://cl.ly/7563000242690f0dec07 Original PDF: (see Comment) Command: conv...

How can I write a Perl script to automatically take screenshots?

I want a platform independent utility to take screenshots (not just within the browser). The utility would be able to take screenshots after fixed intervals of time and be easily configurable by the user in terms of time between successive shots, the format the shots are stored, till when (time, event) should the script run, etc Sin...