Skip to content

Voinic/microwebp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroWEBP

WEBP decoder for MicroPython devices written in pure Python

Code translated from https://sourceforge.net/projects/javavp8decoder/

Installation using MIP:

import mip
mip.install("github:Voinic/microwebp")

Usage:

from uwebp import WebPReader

with open("image.webp", "rb") as f:
    reader = WebPReader(f)
    image = reader.read()

About

WEBP decoder for MicroPython devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages