diff

package
v0.0.0-...-c5bcced Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

The image/diff package creates an image diff of 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

func New

func New(orb *orbit.Orbit) interface{}

Types

type Module

type Module struct {
	// contains filtered or unexported fields
}

func (*Module) Init

func (this *Module) Init(a, b *image.Image) *image.Image

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL