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
I'd like to work on a Ruby version but this repo has no easy way for me to verify my implementation. Looks like there is already a lot of demo image data on the demo website which could be used as part of an automated test suite.
The text was updated successfully, but these errors were encountered:
The images and hashes on the demo website are a good set of tests. If you can render appropriate-looking images with those hashes then your code should be working.
Someone asked for a similar thing for BlurHash too: woltapp/blurhash#38. I also agree with the response there. These things are meant to be a very loose very blurry representation of the image, so exact accuracy isn't the goal. It doesn't matter if you end up a few bits off due to e.g. using doubles vs. floats. So I don't think an automated test suite is the right approach here.
I'd like to work on a Ruby version but this repo has no easy way for me to verify my implementation. Looks like there is already a lot of demo image data on the demo website which could be used as part of an automated test suite.
The text was updated successfully, but these errors were encountered: