* Removed skip_unless_feature on methods when class is already skipped
* Test speed less than slowest and greater than fastest
* Updated type hints
* Only access angle when AVIF_TRANSFORM_IROT flag is present
* Added AVIF_ROOT
* Only define normalize_quantize_value if it will be used
* Build libavif after libjpeg
* Use rgb.rowBytes in overflow check
* Group EXIF info
* Removed __loaded
* If brew is not installed, use /usr prefix
* Sort AVIF codecs alphabetically
* Updated rav1e license
* Fixed catching warning, as per #8505
* Simplified code
* Fixed typos
* Test further scenarios
* Use y* to parse bytes
---------
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
* Removed check_avif_leaks.py
* Removed _VALID_AVIF_MODES
* Fixed series of tuples as advanced argument
* Do not pass advanced values to C as bytes
* Simplified code
* Reuse size
* Destroy image on failure
* Rearranged image settings
* Fixed typo
* Test roundtrip colors from premultiplied alpha
---------
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
* Derive dir from filename
* Reduced epsilons
* Simplified code
* Do not shadow builtin
* Test saving EXIF instance without orientation
* More closely match wheels-dependencies
---------
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
* Do not ignore SyntaxError when saving EXIF data
* Do not save orientation in EXIF data
* Do not save XMP and EXIF data from info dictionary
---------
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
* Removed unnecessary meson install
* Use the same Python as the build script
* Use python3
* Simplified code
* Updated meson
---------
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>