54 Commits

Author SHA1 Message Date
zhiwei
eb46394ed7 chore: rm the unused log 2020-02-25 19:48:04 +08:00
zhiwei
9f105df39c feat: finish the image jpeg download 2020-02-25 19:46:28 +08:00
zhiwei
f118f14958 feat: finish the jpeg image download not test 2020-02-25 17:37:47 +08:00
zhiwei
f69f14de53 refactor: refactor the encodePixelsToFile to encodePixelsToPNGFile 2020-02-24 19:00:33 +08:00
zhiwei
9b811622aa feat: add the jpeg export 2020-02-24 18:56:45 +08:00
zhiwei
a7ec342cc7 test(brush.js): add the brush test case 2020-02-14 11:18:44 +08:00
zhiwei
5266261516 test: add the example:glouble.js 2020-02-13 16:58:13 +08:00
zhiwei
63831b9e4d chore: change the package.json name 2020-02-13 15:07:07 +08:00
zhiwei
944c672c53 feat: 完成rendercontext的资源释放 2020-02-13 14:45:01 +08:00
jwxbond
1b7bfc7933
Merge branch 'node_canvas' into node_canvas 2020-02-11 16:01:04 +08:00
jiangweixing
b011983860 fix: getImagedata binding api need flipy 2020-02-11 15:59:26 +08:00
jiangweixing
8a6cff6f0e fix: image binding object finalize crash 2020-02-11 15:57:07 +08:00
jiangweixing
a27471a828 fix: getImagedata binding api need flipy 2020-02-11 11:46:33 +08:00
jiangweixing
73f63c8b1c Revert "doc : add curl"
This reverts commit 7a2fb6b8c6f996f9b50a946e386edc9a5286ed82.
2020-02-10 14:58:59 +08:00
jiangweixing
7a2fb6b8c6 doc : add curl 2020-02-10 09:54:03 +08:00
mingzong.lzw
09cf4a8105 docs(readme.md): add the dockerfile into env 2020-02-07 18:08:01 +08:00
mingzong.lzw
292459382f chore: fix the module name 2020-02-06 20:29:26 +08:00
mingzong.lzw
501fa4e453 chore(package.json): finish the publish script 2020-02-06 20:27:23 +08:00
jiangweixing
f563991172 Merge branch 'node_canvas' of https://github.com/jwxbond/GCanvas into jwxbond-node_canvas 2020-02-04 20:16:13 +08:00
mingzong.lzw
a2f9ce78c3 refactor(canvas2drendering.cc): rm the ellipse method 2020-02-04 16:13:10 +08:00
mingzong.lzw
4cadabbe81 chore(nodebindingutil.cc): rm the unused comment 2020-02-03 22:45:32 +08:00
mingzong.lzw
01707e4efb test(image-exception.js): add image exception test case 2020-02-03 22:33:09 +08:00
mingzong.lzw
cf91f2c7c8 refactor(image.cc): refactoring the imageworker 2020-01-23 10:23:03 +08:00
mingzong.lzw
9f39e67112 fix(image.cc): fix the image set onerror callback crash 2020-01-22 15:50:31 +08:00
mingzong.lzw
c8e8fdfa00 test: change the spark.js size 2020-01-20 15:33:43 +08:00
mingzong.lzw
17d7bce000 fix: fix the bug on fillreact :remove the beginPath() 2020-01-20 15:26:10 +08:00
mingzong.lzw
12b66280e5 fix: fix the imagedata get 2020-01-19 19:57:58 +08:00
jiangweixing
4078ab7de0 feat: update node binding class name 2020-01-19 16:06:00 +08:00
jiangweixing
b70e700c14 feat: add node-canvas case 2020-01-19 15:29:40 +08:00
mingzong.lzw
36cb9e93fd ci(travis.yml): change the node ci path 2020-01-17 17:27:10 +08:00
mingzong.lzw
7762de64d0 feat(export.js): add the export.js and define to package.json main 2020-01-17 11:43:43 +08:00
weixing.jwx
a8df329cc6 build(package.json CMakeList.txt):完成发布时构建逻辑 2020-01-17 11:21:24 +08:00
weixing.jwx
c7cbd60da4 chore:修改npm install 脚本:区分源码构建和发布构建两种情况 2020-01-16 21:56:27 +08:00
mingzong.lzw
c351940f58 chore(.npmignore): add the .npmignore 2020-01-16 19:50:58 +08:00
mingzong.lzw
40ab16994f chore: move the node/src to node root 2020-01-16 17:24:59 +08:00
weixing.jwx
42096e58ee chore(package.json):完善package.json 2020-01-16 16:32:35 +08:00
weixing.jwx
0fc13e5c25 chroe(env/):删除env目录,将配置环境文档化 2020-01-16 16:17:37 +08:00
mingzong.lzw
dead4d3105 chore: rm the *.png the gitignore 2020-01-16 15:16:41 +08:00
mingzong.lzw
5601d92e7c chore(.gitignore): rm the *.png 2020-01-16 15:12:01 +08:00
mingzong.lzw
a2d8855362 refactor(canvas.cc context.cc): reomve the scope in newinstance function 2020-01-16 14:47:01 +08:00
mingzong.lzw
fd4b45dc13 docs(readme.md): modify the readme.md 2020-01-16 14:33:35 +08:00
mingzong.lzw
a1ddc06b5a test: modify the example js var 2 const 2020-01-16 14:22:20 +08:00
mingzong.lzw
f221d67110 test: change the image url to gcanvas logo 2020-01-16 14:15:27 +08:00
mingzong.lzw
7287bc966d build(node/src/cmakelists.txt): change the cflag to c++11 2020-01-12 16:02:50 +08:00
mingzong.lzw
b849c5b26f m:补齐文档 2020-01-09 13:06:10 +08:00
mingzong.lzw
1bef5fc187 m:add checkbox to readme.md 2020-01-09 12:10:33 +08:00
mingzong.lzw
38a2934793 m:补充文档:image相关 2020-01-09 11:15:56 +08:00
mingzong.lzw
8ea4abcd1c m:完成img的local path的功能 2020-01-09 11:12:12 +08:00
mingzong.lzw
4566690b4c m:支持文件本地读写 2020-01-09 11:01:49 +08:00
mingzong.lzw
2e5272e3a8 m:补充image.js案例情况:增加image回调 2020-01-08 21:27:43 +08:00