wxWidgets wxImage handler for reading WebP image files.
Animations will only have their first frame shown.
class SampleApp : public wxApp
{
public:
virtual bool OnInit() {
wxImage::AddHandler(new wxWEBPHandler);
}
};
| Name | Name | Last commit date | ||
|---|---|---|---|---|