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

Commits on Sep 21, 2017

  1. Support for streaming images in OpenGL format (bottom-up row order)

    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.
    Raphael Dumusc committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    6fa3cb4 View commit details
    Browse the repository at this point in the history