File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Changes since 1.4.6 (unreleased )
5- --------------------------------
4+ 1.5.0 (Mar 7, 2025 )
5+ -------------------
66
77* **Fixed **: Convert AVIF irot and imir into EXIF orientation when decoding
88 an image, in `#70 `_. EXIF orientation has been preserved by the encoder
@@ -11,6 +11,8 @@ Changes since 1.4.6 (unreleased)
1111 its orientation would be lost.
1212* **Fixed **: ``pillow_avif.AvifImagePlugin.CHROMA_UPSAMPLING `` is now actually
1313 used when decoding an image, in `#70 `_.
14+ * **Fixed **: ``TypeError `` when saving images with float frame durations, by
15+ `@BlackSmith `_ in `#68 `_ (merged from `#71 `_)
1416* **Added **: Python 3.13 free-thread mode support (experimental).
1517* **CI **: Update libavif to 1.2.0 (`4eb0a40 `_, 2025-03-05); publish wheels
1618 for python 3.13. See the table below for the current AVIF codec versions.
@@ -27,8 +29,11 @@ Changes since 1.4.6 (unreleased)
2729 rav1e 0.7.1
2830 =========== ==========
2931
32+ .. _#68 : https://github.com/fdintino/pillow-avif-plugin/pull/68
3033.. _#70 : https://github.com/fdintino/pillow-avif-plugin/pull/70
34+ .. _#71 : https://github.com/fdintino/pillow-avif-plugin/pull/71
3135.. _4eb0a40 : https://github.com/AOMediaCodec/libavif/commit/4eb0a40fb06612adf53650a14c692eaf62c068e6
36+ .. _@BlackSmith : https://github.com/BlackSmith
3237
33381.4.6 (Jul 14, 2024)
3439--------------------
Original file line number Diff line number Diff line change 22
33
44__all__ = ["AvifImagePlugin" ]
5- __version__ = "1.4.6 "
5+ __version__ = "1.5.0 "
You can’t perform that action at this time.
0 commit comments