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

Add ability to force orientation when decoding JxlDecoder #3470

Open
DemonikGH opened this issue Apr 10, 2024 · 1 comment
Open

Add ability to force orientation when decoding JxlDecoder #3470

DemonikGH opened this issue Apr 10, 2024 · 1 comment
Labels
decoder Related to the libjxl decoder enhancement New feature or request unrelated to 1.0 Things that need not be done before the 1.0 version milestone

Comments

@DemonikGH
Copy link

DemonikGH commented Apr 10, 2024

Decoder already support image reorientation but there is no way to force certain orientation except for disabling reorientation entirely, at least as far as I can tell from looking at documentation and headers. This is useful for example in my case where after decoding JXL I have to flip it upside down because I have to deal with coordinate system where positive Y is up instead of down.

@DemonikGH
Copy link
Author

Or alternatively ability to specify Y direction.

@mo271 mo271 added enhancement New feature or request decoder Related to the libjxl decoder unrelated to 1.0 Things that need not be done before the 1.0 version milestone labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decoder Related to the libjxl decoder enhancement New feature or request unrelated to 1.0 Things that need not be done before the 1.0 version milestone
Projects
None yet
Development

No branches or pull requests

2 participants