nietthijmen / pixi-match
Compare 2 images, without the hassle of doing it yourself.
1.0.0
2026-04-20 21:16 UTC
Requires
- php: ^8.2
- ext-gd: *
- laravel/mcp: ^0.6.7
- nunomaduro/laravel-console-menu: ^3.5
Requires (Dev)
- laravel-zero/framework: ^12.0.2
- laravel/pint: ^1.25.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.8.4|^4.1.2
README
Compare 2 images and get a percentage of how much they match. This is useful for testing if a rendered image matches an expected image.
Why we made this?
Originally I just had to compare source and output images for a project, but I couldn't find a good tool to do that. So I decided to make my own.
It also works pretty well for AI feedback loops on image (and website) generation, which is a nice bonus.