开发者

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

开发者 https://www.devze.com 2023-01-09 02:04 出处:网络
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

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

精彩评论

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