Files
squoosh/codecs/wp2/enc
Jake Archibald 13631f1cfc Extra Wp2 Options (#853)
* wip

* wip

* Add extra options

* Even more options!

* Update src/features/encoders/wp2/client/index.tsx

Co-authored-by: Surma <surma@surma.dev>

Co-authored-by: Surma <surma@surma.dev>
2020-11-20 16:12:38 +00:00
..
2020-11-19 11:00:23 +00:00
2020-11-20 16:12:38 +00:00
2020-11-20 16:12:38 +00:00
2020-11-20 16:12:38 +00:00
2020-11-20 16:12:38 +00:00

WebP2 encoder

Dependencies

  • Docker

Example

N/A

API

UInt8Array encode(uint8_t* image_buffer, int image_width, int image_height, WP2::EncoderConfig config)

Encodes the given image with given dimension to WebP2.