开发者

How can I draw an image from a pixel-by-pixel color array?

Is there any way to draw an image from a color array using VML? I have the array of color code开发者_JAVA百科s for every pixel in a compressed order. I want to render this with VML using a method like putImageData() in canvas.


There's no similar function for VML. You can load an image using <v:image> with a src attribute, but there's no support for anything like the canvas ImageData functions at all. Even ExplorerCanvas doesn't support them (for the same reason).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜