旋转
官方示例: http://openseadragon.github.io/examples/ui-rotation/
OpenSeadragon({ ... // Initial rotation angle degrees: 90, // Show rotation buttons showRotationControl: true, // Enable touch rotation on tactile devices gestureSettingsTouch: { pinchRotate: true } });