odiff icon indicating copy to clipboard operation
odiff copied to clipboard

The fastest pixel-by-pixel image visual difference tool in the world.

Results 29 odiff issues
Sort by recently updated
recently updated
newest added

Would be nice to be able to not save the diffOutput. I just need the diff info :)

Hi, We're currently experiencing some issues with small differences in our images. These are always related to fonts that have a few pixels different. Although the config is passing `antialiasing:...

needs more information

What about creating a Cypress plugin to facilitate the use of odiff within Cypress?

Hey! I saw the [README](https://github.com/dmtrKovalenko/odiff#macos) says that the formula is awaiting homebrew approval, but I was unable to find any [open PRs in homebrew-core](https://github.com/Homebrew/homebrew-core/search?q=odiff+is%3Apr&type=issues). Is it somewhere else perhaps, like...

Hello, I saw your sample images use Cypress screenshots. So, do you have by any chance a sample code with Cypress with necessary configurations? Thanks Jeff

I'm trying to integrate odiff into a third-party lib. It would be great if the compare function would also accept buffers instead of paths. This would save the round trip...

``` const { compare } = require("odiff-bin"); const httpTrigger: AzureFunction = async function (context: Context, req: HttpRequest): Promise { const actual = (req.query.actual || (req.body && req.body.actual)); const expected =...

docker image `node:12.18.4-alpine` odiff-bin `2.4.1` ``` api_1 | [Nest] 25 - 07/15/2021, 3:59:59 PM Object: api_1 | {} api_1 | +31481ms api_1 | Error api_1 | at ChildProcess. (/node_modules/odiff-bin/odiff.js:134:13) api_1...

First off, I gotta say, I love this thing. Thank you so much for your work! I'm currently using it as a dependency for my own open source Node project...

bug

I recently investigated why the size of the package is that big and found out, that we include a lot of unnecessary stuff. It also seems like esy includes the...