Image Diff Tool in Go A simple image diff tool written in Go that compares two images and highlights differences. Build To build the binary, run: make build Run To run the binary, run: make run ARGS="<image1> <image2>"