Gökçe

Results 26 comments of Gökçe

Hey, this site and another site using the same zoomify algorithm have already been discussed under this issue. https://github.com/lovasoa/dezoomify/issues/651#issuecomment-1374544942 It's not supported by Dezoomify, but it doesn't seem that difficult...

hey can you try this app, https://github.com/agmmnn/pushkin-downloader @emallen1973 https://github.com/lovasoa/dezoomify/issues/651#issuecomment-1448888271

Yes I am aware of this too, bottom right corner tile have this problem. I will try to implement this code in dezoomify and I think I will fix this...

@clmntgbrl zoom all the way into the picture, you will see the last zoom level. ![KLaEua2Ysh](https://user-images.githubusercontent.com/16024979/224542930-97f7ce7d-af34-475d-a4f1-f9acc6623954.png)

you can download it with using dezoomify-rs: ``` .\dezoomify-rs "https://pv5web.retronews.fr/api/document/381/1565585/page/1/tile/{{x}}/{{y}}/0?mt=1583225424" ``` [lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template](https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template)

you can download it with this command using dezoomify-rs. ``` .\dezoomify-rs "https://mtmemory.recollectcms.com/assets/zoom/667865/5-{{x}}-{{y}}.jpg" ``` https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template

> Is this something I could do without any knowledge of coding? Yes ofc. Open your terminal and: - install fineartdown with: `npm install -g fineartdown` - and paste the...

@zdillingham can you try this: https://stackoverflow.com/a/47766862 ``` sudo npm install -g fineartdown --unsafe-perm=true --allow-root ```

This is not a problem with the package but system-related, probably the error message you are getting indicates a permission issue. Try the commands in this thread and try to...

I added the executable files, try it. *This is my last hope :)* https://github.com/agmmnn/fineartdown#usage @zdillingham