Classes | |
| struct | wxWebPAnimationFrame |
| Simple struct containing WebP animated frame information. More... | |
| class | wxWEBPHandler |
| This is the image handler for the WebP format. More... | |
Macros | |
| #define | wxIMAGE_OPTION_WEBP_QUALITY wxString("WebPQuality") |
| #define | wxIMAGE_OPTION_WEBP_FORMAT wxString("WebPLossless") |
Enumerations | |
| enum | wxWebPImageFormat { Undefined = 0 , Lossy = 1 , Lossless = 2 } |
| Format of the WebP image. More... | |
| #define wxIMAGE_OPTION_WEBP_FORMAT wxString("WebPLossless") |
| #define wxIMAGE_OPTION_WEBP_QUALITY wxString("WebPQuality") |
| enum wxWebPImageFormat |
Format of the WebP image.
These are the same values as the WebPBitstreamFeatures format from libwebp (see https://developers.google.com/speed/webp/docs/api#simple_decoding_api).
| Enumerator | |
|---|---|
| Undefined | |
| Lossy | |
| Lossless | |