You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when taking two screenshots of the same page with the same PC in Chrome I get slightly different bitmaps for text.
This is an example diff:
The reason might be that antialias is not always the same. These are the two zoomed screenshots:
I can notice some color in the former that is absent in the latter.
Using setDiffSizeTrigger() doesn't help because it only counts the total number of points and this value can be very big when there is a long paragraph.
The text was updated successfully, but these errors were encountered:
This is giving me no diff errors on the above text anymore.
I'm still getting some diffs on other parts of the page that, maybe because of animations, turn out to be a little different than before due to timing I guess.
So maybe I'd like to have a diff algorithm that counts the changed pixels locally, for example for each 100x100 square of the image.
Sometimes, when taking two screenshots of the same page with the same PC in Chrome I get slightly different bitmaps for text.
This is an example diff:
The reason might be that antialias is not always the same. These are the two zoomed screenshots:
I can notice some color in the former that is absent in the latter.
Using
setDiffSizeTrigger()
doesn't help because it only counts the total number of points and this value can be very big when there is a long paragraph.The text was updated successfully, but these errors were encountered: