Gökçe

Results 26 comments of Gökçe

Hey, I made an app to download zoomify images from **[State Historical Museum](https://catalog.shm.ru/)** and **[The Pushkin Museum](https://pushkinmuseum.art/exposition_collection/index.php?lang=en)**. It creates the final image by combining the largest possible tilesizes. _(note: sometimes...

This is my implementation in [tauri-ui-boilerplate](https://github.com/agmmnn/tauri-ui-boilerplate). ```tsx export function ThemeToggle() { const { setTheme, theme, systemTheme } = useTheme() const [currentTheme, setCurrentTheme] = useState("") useEffect(() => { setCurrentTheme( theme ===...

There is a chrome extension called [Smart Copy Link](https://chrome.google.com/webstore/detail/smart-copy-link/aekjcglbehfoooglfoafbgglhhpjgemf), maybe it can be helpful.

i guess it is not using zoomify it is using just a canvas. you can use the network inspector panel (f12), the full size image url already there. https://cdn-cf.drouot.com/d/image/lot?size=fullHD&path=405/127502/8ee4c42240b0976e88546b2dbd708f53

You can find `p.xml` in the network inspector. Give it to dezoomify. https://archives.lille.fr/medias/customer_197/Fonds%20Moderne/E/9E/FRAM059350_9E_0122/FRAM059350_9E_0122_0002_jpg_/p.xml https://dezoomify.ophir.dev/#https://archives.lille.fr/medias/customer_197/Fonds%20Moderne/E/9E/FRAM059350_9E_0122/FRAM059350_9E_0122_0002_jpg_/p.xml

appdir is used in this repo, you can check: https://github.com/agmmnn/tauri-ui-boilerplate

[https://www.archion.de/de/ajax/?tx_sparchiondocuments_spdocumentviewer[action]=getViewerDocumentPageTiles&uid=105888&type=churchRegister&pageId=28286167&level=13&tiles=0,0|1,0|2,0|3,0|4,0|5,0...](https://www.archion.de/de/ajax/?tx_sparchiondocuments_spdocumentviewer[action]=getViewerDocumentPageTiles&uid=105888&type=churchRegister&pageId=28286167&level=13&tiles=0,0|1,0|2,0|3,0|4,0|5,0|6,0|7,0|8,0|9,0|10,0|11,0|12,0|13,0|14,0|15,0|16,0|17,0|18,0|19,0|20,0|21,0|22,0|23,0|24,0|25,0|0,1|1,1|2,1|3,1|4,1|5,1|6,1|7,1|8,1|9,1|10,1|11,1|12,1|13,1|14,1|15,1|16,1|17,1|18,1|19,1|20,1|21,1|22,1) The tile urls are generated dynamically when the page loads. Hashed urls need to be extracted from this json file, so it's an extra step. need to create a...

``` .\dezoomify-rs "https://www.christies-media.com/api/files/b2c4a851-526b-4739-abfe-d94934bdccdf/superzoom_files/13/{{x}}_{{y}}.jpg" ``` https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template

https://github.com/lovasoa/dezoomify/issues/651#issuecomment-1448888271

you can download it with using dezoomify-rs: ``` .\dezoomify-rs "https://www.centrepompidou.fr/media/picture/aa/ec/aaec1c59e2a10192275338fbfaf760d6/dzi/uhd_files/12/{{x}}_{{y}}.jpg" ``` https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer#stage-2-construct-the-url-template