Version: 3.3.0
imagwebp.h File Reference

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...
 

Macro Definition Documentation

◆ wxIMAGE_OPTION_WEBP_FORMAT

#define wxIMAGE_OPTION_WEBP_FORMAT   wxString("WebPLossless")

◆ wxIMAGE_OPTION_WEBP_QUALITY

#define wxIMAGE_OPTION_WEBP_QUALITY   wxString("WebPQuality")

Enumeration Type Documentation

◆ 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).

Since
3.3.0
Enumerator
Undefined 
Lossy 
Lossless