-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the hash from an image? #50
Comments
This library doesn't appear to support encoding an image, only decoding. The blurhash library should help as it has an encode method. |
Ye this is alight widget as much of the same encoding as to be performed in a very efficient way and at scale where original C implementations performs best. |
Hi, @RoyalCoder88 I have created this package blurhash_ffi, a fast & compact version of both flutter_blurhash and blurhash_dart, it has both encoding and decoding which runs on a separate isolate with native C bindings found in original blurha.sh implementation. use that if you're interested. |
@dhikshith12 thanks, although it does not support Web |
Hi friends,
I have an issue with flutter_blurhash, how to get the hash code from an image in Flutter?
I can't find any details for this :(
Thanks in advance!
The text was updated successfully, but these errors were encountered: