rotoglup / nll_image_compare_report

A tool for generating an HTML change report between images in a folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tool for generating an HTML change report between images in one or two folders.

An example report can be seen here, it has been generated using the test-images-one-folder/ folder in the repo.

Usage, two folders

Usage illustration

Drop two folders, containing images to compare, on the executable - the HTML report will be written in the parent folder.

Images with the same name are compared in the report.

Usage, one folder

Usage illustration

Drop an images folder on the executable - the HTML report will be written in the folder.

Image names are used to detect the image variants, based on the - character.

For example, the two images :

  • my nice image - after.png
  • my nice image - before.png

will appear as one image my nice image in the report, with a slider to seen changes between after and before (alphabetical order)

Thanks to https://github.com/pehaa/beerslider for the slider code.

About

A tool for generating an HTML change report between images in a folder.


Languages

Language:Python 61.9%Language:HTML 22.9%Language:CSS 14.2%Language:JavaScript 1.1%