duplex-child-process:将子进程生成为双工流

时间:2024-05-22 03:21:36
【文件属性】:

文件名称:duplex-child-process:将子进程生成为双工流

文件大小:259KB

文件格式:ZIP

更新时间:2024-05-22 03:21:36

JavaScript

双工子进程 将子进程生成为双工流。 var Child_Process = require ( 'duplex-child-process' ) var toJPEG = Child_Process . spawn ( 'convert' , [ '-' , 'JPEG:-' ] ) var getFormat = Child_Process . spawn ( 'identify' , [ '-format' , '%m' , '-' ] ) fs . createReadStream ( 'img.png' ) . pipe ( toJPEG ) . pipe ( getFormat ) . once ( 'readable' , function ( ) { var format = this . read ( ) . toString ( 'utf8' ) assert


【文件预览】:
duplex-child-process-master
----.travis.yml(131B)
----index.js(5KB)
----test.js(4KB)
----package.json(721B)
----package-lock.json(40KB)
----.npmignore(14B)
----ts.jpg(250KB)
----.gitignore(718B)
----Makefile(440B)
----README.md(2KB)

网友评论