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

Request issue #895: Rotate webcam image #906

Merged
merged 2 commits into from
May 28, 2015
Merged

Commits on May 25, 2015

  1. Request issue OctoPrint#895: Rotate webcam image

    Added a setting to allow -90 degree rotation. Combined with fliph and
    flipv, I think this means every one of the 8 major orientations is covered
    (2^3). 0, 90, 180, 270 times 2 (mirror image in each rotation). I chose
    -90 instead of 90 because that keeps the upper left corner pinned to the
    same spot.
    The extra ms-transforms aren't for this issue exactly but allowed me to
    test my changes in ie. I've tested Chrome, Firefox and IE11. I don't
    have Safari handy, but if it breaks it *should* be only when this is
    enabled.
    markwal committed May 25, 2015
    Configuration menu
    Copy the full SHA
    42f06d5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Use a namespace for the jquery event so it will be less likely to stomp

    on another event handler that may be added elsewhere.
    markwal committed May 28, 2015
    Configuration menu
    Copy the full SHA
    a294fb4 View commit details
    Browse the repository at this point in the history