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
It would be great to have a language-agnostic test suite for verifying the correctness of encoding/decoding algorithms. It would be especially valuable for people who want to implement blurhash for some new language.
Each test case could have e.g.
source image
expected blurhashes with different X,Y (e.g. a json/csv file)
expected decoded image from one of the blurhashes
The text was updated successfully, but these errors were encountered:
It would be great to have a language-agnostic test suite for verifying the correctness of encoding/decoding algorithms. It would be especially valuable for people who want to implement blurhash for some new language.
Each test case could have e.g.
The text was updated successfully, but these errors were encountered: