- Notifications
You must be signed in to change notification settings - Fork29.5k
Fix EXIF orientation in API image loading#15062
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
23984e7 to122553cCompareAUTOMATIC1111 commentedMar 2, 2024
I feel that this belongs to images.py and should also be done for img2img image uploads... |
burgalon commentedMar 3, 2024
@AUTOMATIC1111 do you mean i should just move the _apply_exif_orientation to images.py ? but still call it from within api.py? |
AUTOMATIC1111 commentedMar 3, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Just put the function itself into images.py so that it can later be used not only for API but also for, say, img2img batch mode. Also share an image for which those changes are needed. |
122553c to67d8dafCompareburgalon commentedMar 4, 2024
moved to images.py |
No description provided.