Image-Diff 图片差异化处理工具

程序名称:Image-Diff

授权协议: MIT

操作系统: 跨平台

开发语言: JavaScript

Image-Diff 介绍

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
});

Image-Diff 官网

https://github.com/uber/image-diff

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。