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

Further image format support #1

Open
cristeigabriel opened this issue Dec 17, 2022 · 0 comments
Open

Further image format support #1

cristeigabriel opened this issue Dec 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@cristeigabriel
Copy link
Owner

cristeigabriel commented Dec 17, 2022

Should look into supporting more formats, especially GIF which could be a common scenario for such a library considering the context.

Such would require special-casing image data reading for gif, forking the library we use for such currently, or eventually maybe even getting fully rid of the library? I'm thinking the second sounds best and JavaScript could support it really, really well.

This will also require wrapping data manipulation to take the matrix to work over as an argument so we can iterate every frame of a GIF.

@cristeigabriel cristeigabriel added the enhancement New feature or request label Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant