-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
imaginary - fix autorotate for heic and improve the logic #37140
Conversation
7cf4ad1
to
2a538b1
Compare
Signed-off-by: Simon L <szaimen@e.mail.de>
2a538b1
to
b39329c
Compare
/backport to stable26 |
/backport to stable25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine beside question
'quality' => $quality, | ||
] | ||
] | ||
} elseif ($autorotate) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are $autorotate
and $convert
mutually exclusive ? If no, I would convert to if
instead of ifesle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently they are mutually exclusive as autorate only makes sense for images (and not other files) that dont need to be converted and the other way around.
The backport to stable26 failed. Please do this backport manually. |
/backport to stable25 |
/backport to stable26 |
The backport to stable25 failed. Please do this backport manually. |
/backport to stable25 |
/backport to stable26 |
The backport to stable26 failed. Please do this backport manually. |
The backport to stable25 failed. Please do this backport manually. |
The backport to stable26 failed. Please do this backport manually. |
The backport to stable25 failed. Please do this backport manually. |
/backport to stable25 |
/backport to stable26 |
Thanks for backporting this. |
Fix #35643