This library extends the Python Blurhash library to generate BlurHash and PNG data URLs for AVIF images. It provides three main functions:
generate_blurhash_from_avif: Generates a BlurHash string for an AVIF image.
generate_png_data_url_from_avif: Generates a base64-encoded PNG data URL for an AVIF image.
generate_blurhash_and_data_url_from_avif: Generates both a BlurHash string and a PNG data URL.
This release includes support for RGB mode images, aspect ratio maintenance during image resizing, and optimized image loading for improved website performance.
See the README for more information on installation, usage, and contributing to the project.