Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is my thumbnail image rotated? #426

Open
JornWildt opened this issue Apr 13, 2021 · 5 comments
Open

Why is my thumbnail image rotated? #426

JornWildt opened this issue Apr 13, 2021 · 5 comments

Comments

@JornWildt
Copy link

When I upload an image in tall format, the generated thumbnail is rotated to wide format - but the original image is not. That makes it rather confusing to work with the thumbnails.

@HeyJoel
Copy link
Member

HeyJoel commented Apr 13, 2021

Is the image rotated (incorrect orientation) or is the crop incorrect? If it is the crop, is it in the details view or the table view?

@JornWildt
Copy link
Author

@HeyJoel
Copy link
Member

HeyJoel commented Apr 14, 2021

Ok, it looks like the orientation metadata isn't handled correctly.

I expect you are using the SkiaSharp plugin? There's no orientation detection in that as I don't think SkiaSharp handles it, and it also strips the metadata. You'll probably have better luck with the ImageSharp plugin, which is much more fully featured, and you can also configure it to keep the metadata in the image.

@JornWildt
Copy link
Author

Okay, I'll try the ImageSharp plugin.

@sunny7713
Copy link

@JornWildt Hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants