Safari 13 rotated tiles
See original GitHub issueI used Php Deepzoom to convert jpg to dzi.
File names like column_row.jpg in different layer folder.
It works on Chrome browser. But in safari all tiles rotated to right automatically after osd has loaded.
<script src="https://cdnjs.cloudflare.com/ajax/libs/openseadragon/3.1.0/openseadragon.min.js"></script>
viewer = OpenSeadragon({
id: “viewer”,
prefixUrl: “//openseadragon.github.io/openseadragon/images/”,
tileSources: tile_sources,
sequenceMode: true
});
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How do I rotate a title/text 90 degrees in iMovie?
You can rotate normal images by selecting them in the timeline and using the crop tool. Titles/text unfortunately can not be rotated whether ......
Read more >Rotate the image on your Mac display - Apple Support
Click the pop-up menu next to Rotation on the right and choose how many degrees to rotate the image on your display. In...
Read more >Rotatic on the App Store
Rotate tiles and transform into artworks! Rotatic is a brilliant image-matching puzzle game filled with comprehensive visual content and ...
Read more >Layout - Foundations - Human Interface Guidelines - Design
If your app is landscape-only, make sure it runs equally well whether people rotate their device to the left or the right. If...
Read more >Tile Effect Filters | Apple Developer Documentation
The properties you use to configure a sixfold rotated tile filter. CITriangleKaleidoscope. The properties you use to configure a triangle kaleidoscope filter.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ozgunlu Wonderful! I’m glad I was able to help point you in the right direction 😃 Thank you for sharing the solution code; that may be helpful for other people who have this issue.
This seems like it would be a good fix to add directly into https://github.com/jeremytubbs/deepzoom… You might consider making a pull request there!
For php here is the solution;