]> BookStack Code Mirror - bookstack/commit
Added manual image thumbnail exif orientation handling
authorDan Brown <redacted>
Sat, 26 Mar 2022 12:32:08 +0000 (12:32 +0000)
committerDan Brown <redacted>
Sat, 26 Mar 2022 12:32:08 +0000 (12:32 +0000)
commit55d61fceb2f70209c29e6cc0dab4087a2b7b4312
tree5a8bf0739ada805b38f40a86ada810b9c007ab72
parent2325a307a502790f1c6e904f679c047064bd8cfb
Added manual image thumbnail exif orientation handling

Uses original image data to extract orientation exif to apply image
transformations before scaling and save. Manually done due to issues
with exif data loss during the existing Invervention image path.

For #1854
app/Uploads/ImageService.php