Last updated:
0 purchases
pyravif 0.0.1
py_ravif
Python bindings for ravif using pyO3/maturin.
Install
pip install py-ravif
Usage
import py_ravif
# convert png or jpeg file
# give path to file
avif_bytes = py_ravif.convert_to_avif_from_path(some_path, quality=60)
# or give bytes of image
avif_bytes = py_ravif.convert_to_avif_from_bytes(img_bytes, quality=60)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.