Skip to content

hoehermann/wxWEBPHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxWEBPHandler

wxWidgets wxImage handler for reading WebP image files.

Animations will only have their first frame shown.

Usage

class SampleApp : public wxApp
{
    public:
        virtual bool OnInit() {
            wxImage::AddHandler(new wxWEBPHandler);
        }
};

About

wxWidgets wxImage handler for reading WebP image files

Topics

Resources

License

Stars

Watchers

Forks