Closed codl closed 1 year ago
https://botsin.space/@APoD/111067980519931959 https://apod.nasa.gov/apod/ap230915.html originally posted upside down
judging from the way that the original image loads, i think it's rotated 180° thru exif or whatever jpeg metadata, and pillow must be stripping that without applying the rotation
https://pillow.readthedocs.io/en/stable/reference/ImageOps.html#PIL.ImageOps.exif_transpose
https://botsin.space/@APoD/111067980519931959 https://apod.nasa.gov/apod/ap230915.html originally posted upside down
judging from the way that the original image loads, i think it's rotated 180° thru exif or whatever jpeg metadata, and pillow must be stripping that without applying the rotation