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:
4
TODO
4
TODO
@@ -12,7 +12,7 @@
|
||||
|
||||
* run_ai_on throws log line, for matching even if there are no faces, would be less noisy to not do that (or should say no faces?)
|
||||
|
||||
* should allow right-click from View menu (particularly useful on search) to show other files around this one by date (maybe that folder or something?)
|
||||
* should allow context menu from View thumbs (particularly useful on search) to show other files around this one by date (maybe that folder or something?)
|
||||
|
||||
* re-think unmatched faces...
|
||||
(the view needs a orig_url and pa_user_state to support viewer for current)
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
* delete folder
|
||||
|
||||
* allow joblog search
|
||||
* allow joblog search (less needed with logs visible on a given file now)
|
||||
|
||||
* back button will fail if we do these POSTs:
|
||||
job.py:@app.route("/jobs", methods=["GET", "POST"])
|
||||
|
||||
Reference in New Issue
Block a user