Skip to content

SolitudeSF/diffimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffimg

A Nim implementation of diffimg.

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, png, bmp and tga

Usage

To get a ratio:

diffimg image1 image2

To generate a diff image (in png format):

diffimg image1 image2 -o diff_image

About

Image difference tool and library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages