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

Base64 encoded image support #73

Open
lpender opened this issue May 22, 2018 · 5 comments
Open

Base64 encoded image support #73

lpender opened this issue May 22, 2018 · 5 comments
Labels

Comments

@lpender
Copy link

lpender commented May 22, 2018

Is there a way to read from a base64 encoded image string?

@maxcr
Copy link

maxcr commented Jul 27, 2018

write it to ram using the new Image constructor, then feed that variable containing the reference to the ram loaded DOM image object to Vibrant.

@crutchcorn crutchcorn changed the title Base64 Base64 encoded image support Feb 23, 2019
@crutchcorn
Copy link
Member

As mentioned previously by @maxcr, this can be worked around for now. I'll still mark as feature to support this in the future, however

@hirbod
Copy link

hirbod commented Dec 1, 2019

Would be awesome. With base64 support, this could run on react native too

@sandstrom
Copy link

Since this can easily be solved in application code (as explained above), maybe it could be closed? (or moved to discussions, though you'd have to enable that for this repo first).

By closing some old issues we reduce the list of open issues to a more manageable set.

Many open-source projects expand their scope too much, and become difficult to maintain. It's usually better to keep the scope smaller, making it easier to maintain.

@micahlt
Copy link

micahlt commented Jan 9, 2022

It's notable that this no longer works since Vibrant takes only an image source as the argument, and not an Image object.

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

No branches or pull requests

6 participants