Saving a Quick Screen-Grab

versions0115+
contributorsscloopy
started on2006-06-05 21:00

Processing was lacking a really simple way to quickly save a screen grab of a project. VVVV has a cool feature that lets you upload a screengrab by pressing Control-3. This hack emulates that function, but for now leaves uploading up to the user.

Usage

Just download the QuickGrab Library, add the source code below to your sketch and then press either Command-3 or Control-3 to save an incremental screen grab to your sketch folder. Then upload it to a website like Flickr!

Source code

import QuickGrab.*;
 
Grab grab;
 
void setup() {
  grab = new Grab(this);
}

Downloads

Related Links

hacks/quickscreengrab.txt · Last modified: 2007-07-13 02:12 (external edit)