synapse/changelog.d/19098.misc
Andrew Ferrazzutti a07dd43ac4
Use Pillow's non-experimental getexif (#19098)
It has been available since Pillow 6, and Synapse is now pinned on
Pillow >=10.0.1.

Found this while looking at Debian-shipped dependencies, and figured
this may as well be updated.
2025-10-28 13:11:45 -05:00

2 lines
82 B
Plaintext

Use Pillow's `Image.getexif` method instead of the experimental `Image._getexif`.