mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
Merge "encode.h: mention 'exact' default in WebPEncodeLossless*"
This commit is contained in:
commit
af0bac643a
@ -62,6 +62,10 @@ WEBP_EXTERN size_t WebPEncodeBGRA(const uint8_t* bgra,
|
|||||||
// These functions are the equivalent of the above, but compressing in a
|
// These functions are the equivalent of the above, but compressing in a
|
||||||
// lossless manner. Files are usually larger than lossy format, but will
|
// lossless manner. Files are usually larger than lossy format, but will
|
||||||
// not suffer any compression loss.
|
// not suffer any compression loss.
|
||||||
|
// Note these functions, like the lossy versions, use the library's default
|
||||||
|
// settings. For lossless this means 'exact' is disabled. RGB values in
|
||||||
|
// transparent areas will be modified to improve compression. To avoid this,
|
||||||
|
// use WebPEncode() and set WebPConfig::exact to 1.
|
||||||
WEBP_EXTERN size_t WebPEncodeLosslessRGB(const uint8_t* rgb,
|
WEBP_EXTERN size_t WebPEncodeLosslessRGB(const uint8_t* rgb,
|
||||||
int width, int height, int stride,
|
int width, int height, int stride,
|
||||||
uint8_t** output);
|
uint8_t** output);
|
||||||
|
Loading…
Reference in New Issue
Block a user