googlefonts / googlefonts/diffenator2
Consider using absolute instead of relative pixel difference count
Open
- Dominant language
- Python
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
We currently rank (and filter) the diffs by the number of changed pixels divided by the number of total pixels. The disadvantage of this is that long words can hide significant differences. I'm getting good results just using the absolute count.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.