IntroductionScreenGrabber allows you to take multiple pictures of the screen display even whilst running a single-tasking application.
Latest Changes
Specified the appropriate switches to prevent the Norcroft C compiler from generating unaligned memory accesses incompatible with ARM v6 and later (for RISC OS on BeagleBoard).
Details
One day I finally got bored of searching for a program that would perform that most basic of tasks - taking a picture of the screen. So, I wrote my own. The screen display is saved as a Sprite file, optionally with the current palette. The snapshots are numbered, so you can take as many as you like without overwriting the previous picture.
A front-end program allows easy configuration of settings such as whether the hotkey is enabled, the current save location and base filename, and whether or not to include the palette.
If you have more hard disc space than sense, then making animations is fun. Continuous recording can be synchronised automatically with screenbuffer swaps, or with a fixed delay period between frames.
|