Is there a way to handle .heic image files in Python 2.7? For example, converting it to a jpg. Ideally with metadata, but could be OK without.
PIL/Pillow doesn't handle it natively. Pyheif requires Python 3.6+. (And, no, converting all our code to Python 3 is not a realistic solution right now.)