Open vince7lf opened 2 years ago
Refer to issue "Pillow not reading exif data from "old" photo" https://github.com/python-pillow/Pillow/issues/2944
there's a bug in Pillow. Perhaps Pillow should only read the first APP1 segment or otherwise only choose one.
Using latest version 9.2.0, no fixes.
Using Bottle API to save the picture instead of taking the image bytes only. tested and worked.
image loses it's EXIF and GPS data after being saved server side.