Replies: 2 comments
-
Yeah this is indeed a problem. I initially tried to add it but EXIF parsing seems to be complicated and I didn't find a good lib. I'll make this a feature request and track it here! |
Beta Was this translation helpful? Give feedback.
0 replies
-
How I ended up solving this for my use case:
|
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
-
Firstly, thank you so much for this project. Love what you're doing ❤️🔥
I would like to describe some strange image rotation behaviour I've been encountering
I didn't want to make a feature request, rather report the behaviour, see if anyone else has encountered a fix
Feature Request
Description
Problem: If you load a JPEG with EXIF metadata specifying an image rotation (i.e.
Orientation Rotate 90 CW
) the image renders with unaltered OrientationRequest: Support for
Orientation
from EXIF metadataAdditional Context
image-orientation: from-image
. This leads to unexpected outcomes when using user-sourced profile images i.e. a User uploads a photo that is horizontal, but it is rotated in the og social card.Beta Was this translation helpful? Give feedback.
All reactions