Enable AVIF support in image processing and update dependencies

This commit is contained in:
SitiWeb
2026-01-23 16:41:28 +01:00
parent 67c1178c40
commit 551948d828
7 changed files with 139 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ Prerequisites
pip install pillow
Optional (AVIF input): Install the Pillow AVIF plugin so previews and conversions can open `.avif` files:
sh
pip install pillow-avif-plugin
Additional Libraries: Ensure you have any additional libraries your utility functions (file_operations, image_processing) depend on.
Application Setup