WebPKit icon indicating copy to clipboard operation
WebPKit copied to clipboard

Provide Granular Encoding Options

Open TimOliver opened this issue 5 years ago • 0 comments

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 avatar Nov 16 '20 15:11 TimOliver