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

The project currently only supports bgra32 format. #10

Open
andrewyancey opened this issue Jul 19, 2019 · 1 comment
Open

The project currently only supports bgra32 format. #10

andrewyancey opened this issue Jul 19, 2019 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@andrewyancey
Copy link
Owner

It throws exceptions when you try to apply an effect to images of a different format. It would be nice if we could support as many formats as possible. I know alot of the code is expecting the format to store it's color channels in 4 bytes, and I'm not sure if the effort to rework that would be worth it.

At the very least we could ensure that the project will only try to apply effects to images of the bgra32 format.

@andrewyancey andrewyancey added bug Something isn't working enhancement New feature or request labels Jul 19, 2019
@oneofmanylukes
Copy link
Contributor

Since the intention behind this project is to learn I would say it should be done. Even if it's maybe not worth the effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants