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

Provide Granular Encoding Options #12

Open
TimOliver opened this issue Nov 16, 2020 · 0 comments
Open

Provide Granular Encoding Options #12

TimOliver opened this issue Nov 16, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TimOliver
Copy link
Owner

At the moment, encoding WebP image files only exposes the official presets supported by libwebp.

These presets actually pre-fill a much more complex configuration struct, which normally can be tweaked after the fact for even more control.

At the moment, this library only allows access to the presets, and not the underlying configuration struct.

I'm not sure how much value being able to fine-grained control the encoding is, but if it does have some value, we should make a Swift version of that struct so we can control it externally.

@TimOliver TimOliver added enhancement New feature or request help wanted Extra attention is needed labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant