* 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>