node-gm-native:用于 Node 的本地 GraphicsMagick++ 插件

时间:2024-07-10 14:13:04
【文件属性】:

文件名称:node-gm-native:用于 Node 的本地 GraphicsMagick++ 插件

文件大小:401KB

文件格式:ZIP

更新时间:2024-07-10 14:13:04

JavaScript

转基因 GraphicsMagick++ 的本机绑定。 一些细节可以在这篇找到。 快速使用: var gm = require ( 'gm-native' ) ; var outputBuffer = gm . convert ( // Required. Can also be URL, file path or Buffer object. Note that GM is IO-blocking so using path/URL will block the process 'test.jpg' , // Required. Operations, just like arguments you'd pass to `convert` process [ 'scale' , '100x100^' , 'quality' , 75 , 'format' , 'W


【文件预览】:
node-gm-native-master
----.travis.yml(217B)
----index.js(832B)
----package.json(797B)
----test()
--------utils.js(588B)
--------test.montage.js(0B)
--------webp.test.convert.js(2KB)
--------test.streams.convert.js(3KB)
--------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(233B)
----binding.gyp(1KB)

网友评论