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

GD thumbnailer does not respect EXIF image rotation or autoOrient flag #2115

Open
Karl-Holten opened this issue Nov 15, 2023 · 0 comments
Open

Comments

@Karl-Holten
Copy link

When using GD for image processing and thumbnail generation, the config.php autoOrient flag does not work. This results in many phone images being incorrectly oriented on their sides for when using GD as a thumbnailer.

Here are the forum posts and corresponding issue for the ImageMagick driver fix:
https://forum.omeka.org/t/all-options-of-the-file-local-config-php/5485
#1209

Note that while the Imagek.php and Imagemagick.php no corresponding change was made to GD.php. A method should be defined for GD thumbnail generation similar to the one in the Imagek driver, so that image rotation metadata is handled properly.

@Karl-Holten Karl-Holten changed the title GD thumbnailer does not respect image rotation or autoOrient flag GD thumbnailer does not respect EXIF image rotation or autoOrient flag Nov 15, 2023
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

1 participant