Lich-Corals / linux-file-converter-addon

Convert between various image, audio and video formats.
GNU General Public License v3.0
15 stars 6 forks source link

Add support to convert to avif format, using the pillow-avif-plugin. #22

Closed D10f closed 8 months ago

D10f commented 9 months ago

This pull request introduces the use of the pillow-avif-plugin to add support to write files in avif format.

The README file has also been updated to reflect this change, including the installation instructions, as well as shifting the error codes up by one. This last change was made for consistency with the document to group related errors (missing optional dependencies) together.

Lich-Corals commented 8 months ago

Thanks for the pull request! I just checked your changes, everything is working, and looks good to me.