KingPsychopath / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

jsascii canvas support? #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Does not work with jsascii - See http://www.nihilogic.dk/labs/jsascii/
2. Use any of its many-provided example sources
a) download png image locally
b) put in the "if ie claus" for excanvas
c) on canvas-supporting browsers, the png will be converted to ascii. not so on 
ie.

What is the expected output? What do you see instead?
locally hosted png should be converted to ascii
on IE, this conversion does not occur. the original image shows instead

What version of the product are you using? On what operating system?
the latest excanvas in trunk

Please provide any additional information below.

Original issue reported on code.google.com by ina.cent...@gmail.com on 11 Jun 2010 at 10:57

GoogleCodeExporter commented 9 years ago
JSASCII needs the ability to read pixels from the Canvas, which ExCanvas 
doesn't permit because of the vectorial nature of VML. 
In fact all it needs is the getImageData method, which seems to be implemented 
in FlashCanvas Pro (http://flashcanvas.net/) and FxCanvas 
(http://code.google.com/p/fxcanvas/)

Original comment by fabien.menager on 29 Sep 2010 at 10:36