Issues.00437 - lordmundi/wikidoctest GitHub Wiki
00437: add in base64 encoded images to WCS
Summary: add in base64 encoded images to WCS
Created: 2012–09–26 13:49
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
it would be nice if there was a resource in WCS to get a base64 encoded screenshot
Comments
frankie November 09, 2012, at 11:37 AM: This has been implemented. You still request this using the "/image" resource, but add on the query string "?encode=base64" to request it with base64 encoding applied. So, the url would become:
http://host:port/image?encode=base64
Associated Commits
| commit | b4259bffe2b0030a67c764ab641d385eb9799d16
link5 |
||
| Author: | Frankie
|
| Date: | Fri Nov 9 11:34:21 2012 -0600
|
| Message: | [@Issue 00437: Added in support for base64 images in WCS /image resource
Simply add on the query string "?encode=base64" to request the "/image" resource as base64 encoded. @] |
Affected Files:
gui/web_commanding_server.tcl | 20 +++++++++++++++++±-
1 file changed, 18 insertions(+), 2 deletions(-)