Roman Kuznetsov
Roman Kuznetsov
> @KuznetsovRoman hi ! is there any chance to try your comparator now with PW ? for example in fork or some other way ? sounds very interesting... You could...
> Running looks-same against our full dataset failed 7% of tests. Did I use it wrong? I need specific examples. Like in `should-match/webkit-rendering-artifacts/webkit-corner-2x-expected.png` vs `should-match/webkit-rendering-artifacts/webkit-corner-2x-actual.png`, there clearly **is** a visible...
> My concern is the diff that is clearly wrong. The problem with your usage is the following: ```js const diff = await looksSame.createDiff({ reference: expected, current: actual, extension: 'png',...
> This is an actual rendering artifact we were getting in one of our webkit screenshot tests Could you give an `html` example, so i could render it ~500 times...
> I'm surprised to see CIEDE2000 usage instead of CIE94 CIE94 still has a perceptual uniformity issue, so CIEDE2000 is better. Example: color1 = [129, 174, 237], color2 = [129,...
@aslushnikov are there any updates?
> > Finally, could you please try using ssim-cie94 and see if it works / doesn't work for you? If it doesn't would you mind sharing actual/expected images? > >...
> I'm interested in getting your feedback on using our experimental `ssim-cie94` - rendering instability tolerance: it still fails sometimes on the example above - colors comparison: - ssim-cie94 is...
> @KuznetsovRoman awesome, thank you for the numbers! Could you please share the code so that I can reproduce these findings locally? Sure: https://github.com/KuznetsovRoman/img-comparison-bench ```bash nvm use npm i node...
@christian-bromann Here is how i managed to impement type-safe `overwriteCommand` in our project. It has: - typed `this` on browser and element overwrite functions - type-safe overwriting custom functions (for...