-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Labels
apiRelated to the libjxl APIRelated to the libjxl APIencoderRelated to the libjxl encoderRelated to the libjxl encoderenhancementNew feature or requestNew feature or requestunrelated to 1.0Things that need not be done before the 1.0 version milestoneThings that need not be done before the 1.0 version milestone
Description
https://developers.google.com/speed/webp/docs/api#simple_encoding_api
size_t WebPEncodeRGB(const uint8_t* rgb, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t WebPEncodeBGR(const uint8_t* bgr, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t WebPEncodeRGBA(const uint8_t* rgba, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t WebPEncodeBGRA(const uint8_t* bgra, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t WebPEncodeLosslessRGB(const uint8_t* rgb, int width, int height, int stride, uint8_t** output);
size_t WebPEncodeLosslessBGR(const uint8_t* bgr, int width, int height, int stride, uint8_t** output);
size_t WebPEncodeLosslessRGBA(const uint8_t* rgba, int width, int height, int stride, uint8_t** output);
size_t WebPEncodeLosslessBGRA(const uint8_t* bgra, int width, int height, int stride, uint8_t** output);Metadata
Metadata
Assignees
Labels
apiRelated to the libjxl APIRelated to the libjxl APIencoderRelated to the libjxl encoderRelated to the libjxl encoderenhancementNew feature or requestNew feature or requestunrelated to 1.0Things that need not be done before the 1.0 version milestoneThings that need not be done before the 1.0 version milestone