文件名称:jpegrescan-bin:jpegrescan bin-wrapper 使其作为本地依赖项无缝可用
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-25 05:23:37
JavaScript
jpegrescan-bin JPEGrescan 是一个 perl 脚本,它使用 jpeg 工具通过基于对一些最常见参数的研究对一些压缩数学进行微观管理来优化 jpeg 压缩。 安装 $ npm install --save jpegrescan 用法 var execFile = require('child_process').execFile; var jpegrescan = require('jpegrescan'); execFile(jpegrescan, ['input.jpg', 'output.jpg'], function (err) { console.log('Image compressed!'); }); 命令行界面 $ npm install --global jpegrescan $ jpegrescan 执照 麻省理工学院
【文件预览】:
jpegrescan-bin-master
----cli.js(220B)
----.gitignore(534B)
----README.md(550B)
----test()
--------test.jpg(409B)
----LICENSE(1KB)
----package.json(701B)
----index.js(56B)
----lib()
--------index.js(345B)
--------install.js(335B)