摘要:
最近看了Justany_WhiteSnow的Javascript圖像處理一文,寫的非常好,于是就練練手,略做了一些封裝:(function () { function imageToGray(iCanvas, url) { this.canvas = iCanvas; this.iCtx = this.canvas.getContext("2d"); this.url = url; } imageToGray.prototype = { imread: function (_image) { v... 閱讀全文
posted @ 2013-01-16 00:29
artwl
閱讀(3867)
評(píng)論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號(hào)