文件名称:im-native:节点 ImageMagick 本机模块
文件大小:399KB
文件格式:ZIP
更新时间:2024-08-03 09:33:03
JavaScript
天生的 Magick++ 的本机绑定。 仍在开发中 快速使用: var im = require ( 'im-native' ) ; var outputBuffer = im . convert ( // Required. Can also be URL, file path or Buffer object. Note that IM is IO-blocking so using path/URL will block the process 'test.jpg' , // Required. Operations, just like arguments you'd pass to `convert` process [ 'resize' , '100x100^' , 'quality' , 75 , 'format' , 'WEBP' , 'extent'
【文件预览】:
im-native-master
----.travis.yml(239B)
----index.js(66B)
----package.json(777B)
----test()
--------utils.js(591B)
--------test.montage.js(0B)
--------webp.test.convert.js(2KB)
--------fixtures()
--------test.convert.js(3KB)
----LICENSE(1KB)
----benchmarks()
--------local-large.js(1KB)
--------local-small.js(1KB)
----Gruntfile.js(1KB)
----src()
--------main.cc(412B)
--------convert.h(68B)
--------convert.cc(5KB)
----.gitignore(112B)
----README.md(1KB)
----.jshintrc(277B)
----binding.gyp(1KB)