javascript - How can I draw an image from a pixel-by-pixel color array? -
is there way draw image color array using vml? have array of color codes every pixel in compressed order. want render vml using method putimagedata()
in canvas.
there's no similar function vml. can load image using <v:image>
src
attribute, there's no support canvas imagedata functions @ all. explorercanvas doesn't support them (for same reason).
Comments
Post a Comment