diffimg icon indicating copy to clipboard operation
diffimg copied to clipboard

Differentiate images in python - get a ratio or percentage difference, and generate a diff image

Results 3 diffimg issues
Sort by recently updated
recently updated
newest added

So we can do diffs on in-memory images instead of having to read from disk

a test failed while packaging this for Nixpkgs, this fixes it side note: for packaging it would be convenient if releases were tagged in git, preferably without a leading `v`

the least significant digit of the `ratio` result in that test changes when using python 3.12 (it was pointed out [here](https://github.com/NixOS/nixpkgs/pull/296323#discussion_r1527189903) (also shows my fix) that it may be a...