Skip to content
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

Open
RoyalCoder88 opened this issue May 30, 2022 · 4 comments
Open

Get the hash from an image? #50

RoyalCoder88 opened this issue May 30, 2022 · 4 comments

Comments

@RoyalCoder88
Copy link

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!

@SoftWyer
Copy link

This library doesn't appear to support encoding an image, only decoding. The blurhash library should help as it has an encode method.

@Robert-Scub
Copy link
Contributor

Robert-Scub commented Jun 21, 2022

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.

@dhikshith12
Copy link

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.

@zs-dima
Copy link

zs-dima commented Oct 14, 2023

@dhikshith12 thanks, although it does not support Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants