added ability to auto-rotate jpegs as we import them. The auto-rotation uses /usr/bin/exifautotran which rotates losslessly, and we optimised to then not also re-rotate the thumbmail. This address a few bugs in the 90s, including the one where Mandys photos were not getting faces (they were rotated), and without really doing anything the odd one where we sometimes lost tmp_locn on first load after db recreation - I cant reproduce so ignoring it

This commit is contained in:
2022-07-15 17:18:31 +10:00
parent 6d1801dce9
commit 84a4cf7cf8
6 changed files with 57 additions and 14 deletions

5
BUGs
View File

@@ -1,5 +1,2 @@
### Next: 92
### Next: 94
BUG-85: once we rebuild data from scratch, need to reset just clean out pa_user_state's
BUG-91: face_recognition not working on many of Mandy's newer phone images
-- its when a photo is rotated -- can use:
exifautotran file.jpg, and then all should work (no loss), could then skip fix in thumbs too?