Replies: 1 comment
-
pseudoCode to follow: so,
edit: btw I hope you don't think I'm talking down to you. This is all theoretical for me as I don't really know how to code and I'm just trying to make the path as straight as possible for you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok this is a bit of dreaming, and I'm sure will take some work (aka not happening soon), but hear me out. :)
Make use of the Face Bounding Boxes data
Per https://immich.app/docs/api/get-asset-info, there is asset info that tells where the faces are detected (
people.faces.boundingBox<X/Y>
).This would be helpful for those of us using the
image_fit: cover
setting. Perhaps a new setting could be created, such ascover_faces
, which would work to cover the largest amount of the screen while still keeping all detected faces in view.I could also see this data being used for a Ken Burns style pan effect.
Beta Was this translation helpful? Give feedback.
All reactions