**New Features:**
* `batch_generate_blurhash_from_avif`: Generates BlurHash strings for all AVIF images in a given directory.
* `batch_generate_png_data_url_from_avif`: Generates base64-encoded PNG data URLs for all AVIF images in a given directory.
* `batch_generate_blurhash_and_data_url_from_avif`: Generates both BlurHash strings and PNG data URLs for all AVIF images in a given directory.
**Upgrade Notes:**
To take advantage of these new features, simply update your project to use the latest version of our library. No breaking changes have been introduced in this release, so you can safely upgrade without worrying about compatibility issues.
**Example Use Cases:**
* Generate BlurHash strings for all AVIF images in a directory: `batch_generate_blurhash_from_avif("/path/to/images")`
* Generate PNG data URLs for all AVIF images in a directory: `batch_generate_png_data_url_from_avif("/path/to/images")`
* Generate both BlurHash strings and PNG data URLs for all AVIF images in a directory: `batch_generate_blurhash_and_data_url_from_avif("/path/to/images")`
We hope this release helps you streamline your workflow and improves your overall experience working with AVIF images. As always, we welcome your feedback and look forward to hearing about your use cases!
o upgrade to this release, run the following command:
pip install --upgrade blurhash-avif