Skip to content

image differentiation tool written in Rust

Notifications You must be signed in to change notification settings

Voragain/diffimg-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffimg-rs

A Rust implementation of diffimg. Also see diffimg-go.

Measures the per-pixel difference of two images with identical dimensions as a ratio, or outputs a difference image showing where the two images differ. Currently supports jpg and png.

Usage

To get a ratio:

diffimg image1 image2

To generate a diff image (diff_image should have jpg or png extension):

diffimg image1 image2 -f diff_image

About

image differentiation tool written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%