Documentation ¶
Overview ¶
The image/change package shows the difference between two images.
var fs = require('file'); var img = require('image'); var lib = require('image/diff'); var one = img.load( fs.load('diff1.png') ); var two = img.load( fs.load('diff2.png') ); var tre = lib(one, two); tre.pipe(context.res.body);
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.