Files
FreeJ/scripts/javascript/examples/screenshot.js
Jaromil aceaf1d7f1 new Screen.save_frame() method for screenshots
using libGD (when detected at configure) enables each screen to
take a screenshot at any moment and save it into a file

this is useful for thumbnailing and demos of plugin effects
2010-02-12 21:09:46 +01:00

7 lines
99 B
JavaScript

include("test_rand.js");
rand_kbd.released_s = function() { scr.save_frame("rand_shot.png"); }