Skip to content

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

Notifications You must be signed in to change notification settings

rotoglup/nll_image_compare_report

Repository files navigation

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.