py-ravif 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.