fdintino / pillow-avif-plugin

A pillow plugin that adds avif support via libavif
BSD 2-Clause "Simplified" License
90 stars 13 forks source link

fix: cannot access local variable 'quality' ... #33

Closed fdintino closed 1 year ago

fdintino commented 1 year ago

Moves the qmin/qmax/quality conversion logic from AvifImagePlugin to _avif.c, where we know whether avif supports the quality encoder option.

This allows users to continue to pass qmin and qmax to save(), even if they are using libavif >= 1.0.0

fixes #32