Issues.00394 - lordmundi/wikidoctest GitHub Wiki
00394: add texloader command to return screen image in memory rather than a file
Summary: add texloader command to return screen image in memory rather than a file
Created: 2011–09–22 13:50
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
right now, the screensave command lets you save a screenshot to a file. THis is a request to something similar that returns the image in memory via a tcl command result.
Comments
frankie September 22, 2011, at 01:53 PM: This was added to texloader. Command looks like:
'''frankie August 13, 2012, at 10:52 AM: UPDATE! This has been moved to a new plugin called jpeggrab. The syntax below has been updated to reflect the change. It only supports jpg format.
doug.plugin dsp_jpeggrab grab -width 640 -height 480
Associated Commits
| commit | f2c5bb933e378571e88bb69ddaac1c360741a124
link5 |
||
| Author: | Brad Bell
|
| Date: | Thu Sep 22 15:12:06 2011 -0500
|
| Message: | [@Issue 00394: commited update by frankie that now includes a tcl command for
grabing a screen image @] |
Affected Files:
plugin_Darwin/dsp_texloader.so | Bin 3169340 -> 3237932 bytes
plugin_Linux_FC3/dsp_texloader.so | Bin 3451485 -> 3520614 bytes
plugin_Win32/dsp_texloader.dll | Bin 447805 -> 450913 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | 7a502f664fb0b2250c2ece95f2e03ea173830fb1
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Sep 22 13:51:59 2011 -0500
|
| Message: | [@Issue 00394: Added screengrab tcl command to dsp_texloader
This allows the image to be returned in memory rather than saved to a file. @] |
Affected Files:
src/plugins/dsp_texloader.c | 127 ++++++++++++++++++++++++++++++++++++++++++±
1 file changed, 126 insertions(+), 1 deletion(-)