Ophir LOJKINE
Ophir LOJKINE
``` https://geoportal.asig.gov.al/service/wmts?layer=base_imagery%3A25k_krgjsh&style=default&tilematrixset=EPSG%3A6870&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix=EPSG%3A6870%3A5&TileCol={{X}}&TileRow={{Y}}' ``` 
I added basic support for wmts to https://dezoomify.ophir.dev
Looking at the page source, you can find the zoomable image URLs to give dezoomify : `http://digiarchiv.brno.cz/tileimage/batch/8/order/1/id/380fd9b0-ca2e-45c0-9499-a7f2fff8f7a1.xml` `http://digiarchiv.brno.cz/tileimage/batch/8/order/2/id/380fd9b0-ca2e-45c0-9499-a7f2fff8f7a1.xml` ... `http://digiarchiv.brno.cz/tileimage/batch/8/order/19/id/380fd9b0-ca2e-45c0-9499-a7f2fff8f7a1.xml`   ... 
This image is not in a format supported by dezoomify. The tile URL pattern is regular enough and could work with the generic dezoomer, but unfortunately the first tile is...
@SeanEatsWorld : Please avoid sending the same message to multiple threads. This is sending notifications to all participants each time. See https://github.com/lovasoa/dezoomify-rs/issues/44
And can you load the URL given in the error message? Maybe the tile simply doesn't exist... It doesn't look like a bug in dezoomify. I'm going to have a...
If the server answers with > page cannot be found for some tiles, then of course dezoomify cannot load them
I cannot reproduce the 82% loading error. Here is a screen recording of dezoomify dezooming the image to 100% (firefox, macos): [screen.zip](https://github.com/lovasoa/dezoomify/files/3556606/screen.zip) 
What browser are you using ? Can you try in an other one ?
dezoomify-rs is a commandline application. You can use it within a [for loop](https://ss64.com/nt/for.html) in a [batch script](https://en.wikibooks.org/wiki/Windows_Batch_Scripting) in Windows or a [bash script](https://en.wikibooks.org/wiki/Bash_Shell_Scripting) in Linux, MacOS (or windows with [wsl](https://docs.microsoft.com/en-us/windows/wsl/about))....