6.0.6 • Published 2 years ago

jpegtran-bin-cn v6.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

jpegtran-bin-cn GitHub Actions Status

默认使用淘宝镜像,或者通过环境变量 JPEGTRAN_BINARY_SITE 设置

libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal.

You probably want imagemin-jpegtran instead.

Install

$ npm install --save jpegtran-bin-cn

Usage

import {execFile} from 'node:child_process';
import jpegtran from 'jpegtran-bin-cn';

execFile(jpegtran, ['-outfile', 'output.jpg', 'input.jpg'], error => {
	console.log('Image minified!');
});

CLI

$ npm install --global jpegtran-bin-cn
$ jpegtran --help

License

MIT © Imagemin