Creating/modifying images in JavaScript

后端 未结 7 1755
刺人心
刺人心 2020-12-11 05:38

Is it possible to dynamically create and modify images on a per pixel level in JavaScript (on client side)? Or has this to be done with ser

7条回答
  •  一个人的身影
    2020-12-11 05:57

    Local image manipulation in JavaScript should be possible - have a look at Defender of the Favicon. ;-) The question is how to get the original image from the file system into your page (I don't know of any other way than doing a HTTP upload to the server first).

提交回复
热议问题