开发者

java script drawing into buffered image

开发者 https://www.devze.com 2023-02-15 10:37 出处:网络
I want to 开发者_运维知识库draw a bitmap into buffer and create a bitmap using javascript. ideally i should create a bitmap by drawing lines, rectangles and stuffs like that, and paint into the screen

I want to 开发者_运维知识库draw a bitmap into buffer and create a bitmap using javascript. ideally i should create a bitmap by drawing lines, rectangles and stuffs like that, and paint into the screen when required. Thanks for replying and giving some code hints.

regards


you can do it with canvas:

https://developer.mozilla.org/en/drawing_graphics_with_canvas

0

精彩评论

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