Skip to content

wxWidgets wxImage handler for reading WebP image files

License

Notifications You must be signed in to change notification settings

vaanwd/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.5%
  • C++ 13.0%
  • CMake 1.5%