- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/uber/image-diff
- 软件文档: https://github.com/uber/image-diff/tree/master/docs
- 官方下载: https://github.com/uber/image-diff/archive/master.zip
软件介绍
Image-Diff是一款Uber开源的图片差异化处理工具,依赖ImageMagick。
安装 & 使用:
npm install image-diff
var imageDiff = require('image-diff');
imageDiff({
actualImage: 'checkerboard.png',
expectedImage: 'white.png',
diffImage: 'difference.png',
}, function (err, imagesAreSame) {
// error will be any errors that occurred
// imagesAreSame is a boolean whether the images were the same or not
// diffImage will have an image which highlights differences
});
JS 压缩/解压工具
在线压缩/解压 JS 代码
正则表达式在线测试
正则表达式在线测试
