You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current crop implementation seems to assume "AB" orientation photos only, not considering a photos getDevelopSettings()["orientation"] which could be "BC", "CD", or flipped, etc
This also affects the RatioCrop function in clientutilities.
Gives strange behavior on any photo not with AB orientation.
To Reproduce
Steps to reproduce the behavior:
Load a few different orientation photos
Any photo that has orientation ~= 'AB' will behave strange in any of the crop functions
Expected behavior
Consistent behavior
System(please complete the following information):
Lightroom version 11
MIDI2LR version 5.2
The text was updated successfully, but these errors were encountered:
As for now this cannot be fixed. The function returning the orientation (getDevelopSettings['Orientation']) seems to have a bug as it always returns 'nil'. So currently it is not possible to take the orientation into account within the plugin.
Describe the bug
The current crop implementation seems to assume "AB" orientation photos only, not considering a photos getDevelopSettings()["orientation"] which could be "BC", "CD", or flipped, etc
This also affects the RatioCrop function in clientutilities.
Gives strange behavior on any photo not with AB orientation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Consistent behavior
System(please complete the following information):
The text was updated successfully, but these errors were encountered: