Blurhash-avif

Latest version: v0.7.1

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.0

fixed logic error for importing the package:
before:

python
import src.blurhash_avif

after:

python
import blurhash_avif


made changes to read me and license check here for full changes: https://github.com/ZuidVolt/blurhash-avif?tab=Apache-2.0-1-ov-file

0.1.0

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.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.