Horizontal tile borders visible when zoomed in
See original GitHub issueI’m brand new to OpenSeadragon, so pardon my ignorance. I’ve looked around to see if there is some option that might help me, but haven’t come up with anything.
I’m using OpenSeadragon (1.0.0) with FreeLib-Djatoka. When I zoom in on my image (at any depth), I see horizontal black stripes at my tile borders (top and/or bottom; see attached image below).
I’m invoking OpenSeadragon like:
OpenSeadragon({
id : "freelib-djatoka",
prefixUrl : "/images/",
tileSources : [protocol + "://" + host + ":" + port + "/iiif/" + src + "/info.json"]
});
where iiif/413/info.json
(generated by FreeLib-Djatoka) looks like:
{
"@context":"http://library.stanford.edu/iiif/image-api/1.1/context.json",
"@id":"http://localhost:8888/iiif/413",
"width":2884,
"height":2328,
"scale_factors":[1,2,3,4,5],
"tile_width":256,
"tile_height":256,
"formats":["jpg"],
"qualities":["native"],
"profile":"http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level1"
}
What am I doing wrong? Thanks!
Issue Analytics
- State:
- Created 9 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
White lines appear while zooming the image to deep levels on ...
White lines appear while zooming the image to deep levels on FF (like squares for the tiles) on ... Horizontal tile borders visible...
Read more >Motion tile border? How do I get rid of this border? Has been ...
Remove the transition and the motion tile then zoom in on the clip until you see no border. After this, precomp the clip...
Read more >1px White Line between Border and Div when zooming in
I'm not sure why, but when zooming the browser a 1px white line appears to the right and top of my div (right...
Read more >Unity - Fixing Gaps Between Tiles - YouTube
Learn how to fix gaps appearing between tiles where no gap should be.Get the files for this video here: ...
Read more >Tilemap has tearing between tiles, even with pixel snap
Padding repeats the border pixels of a tile to ensure the effects of ... if I want non pixel-perfect, for example need to...
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
@sindhuri-rotte-dasari I’m sorry, I’m not sure how we resolved this. We upgraded at some point in the last 6 years to OpenSeadragon
1.1.1
and are still on that version, and are not seeing this issue anymore, so maybe that was the fix?If you are using a current version of OpenSeadragon (like 2+), I would probably suggest opening a new issue. If you happen to be using the very old
1.0.0
or earlier, maybe try upgrading to a later1.x
version?Interesting. Is there transparency in the image? Do you have it publicly available where I can take a look?