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

Support for streaming images in OpenGL format (bottom-up row order) #184

Merged
merged 1 commit into from
Sep 21, 2017

Conversation

rdumusc
Copy link

@rdumusc rdumusc commented Sep 20, 2017

Previously, such images had to be flipped by the sender using ImageWrapper::swapYAxis(). This was problematic to do in user code when the stream consisted of more that one image due to the need of mirroring the segments positions as well.

Previously, such images had to be flipped by the sender using
ImageWrapper::swapYAxis(). This was problematic to do in user code
when the stream consisted of more that one image due to the need of
mirroring the segments positions as well.
@rdumusc rdumusc merged commit de281e9 into BlueBrain:master Sep 21, 2017
@rdumusc rdumusc deleted the orientation branch September 21, 2017 14:08
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

Successfully merging this pull request may close these issues.

2 participants