nagyistoce / tin-man

Automatically exported from code.google.com/p/tin-man
GNU General Public License v3.0
0 stars 0 forks source link

Support new Base64 ImagePerceptor data #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This requires some investigation, but it appears that image data can be sent to 
agents via the image perceptor using a format resembling:

    (img (s <width> <height>) (d <base-64-data>))

Support this in TinMan, and provide a decoder for System.Drawing.Image.

Provide sample code on decoding the image for WPF too, though this probably 
isn't an API that's supported by Mono.

Original issue reported on code.google.com by drewnoakes on 27 Mar 2011 at 12:39