mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-16 12:59:33 +02:00
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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
include("test_rand.js");
|
||||
|
||||
rand_kbd.released_s = function() { scr.save_frame("rand_shot.png"); }
|
||||
|
||||
Reference in New Issue
Block a user